Search Postgresql Archives

Hash partitioning, what function is used to compute the hash?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Regarding hash partitioning, what is the function/algorithm that is used to compute the hash for the partition key?  I need to write a query like

 

“SELECT unknown_partition_hash_function(id) AS hash_value, COUNT(id) AS number_of_records

FROM existing_table

GROUP BY 1”

 

 

Sent from Mail for Windows 10

 


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux