How do we do horizontal sharding/partitioning in Postgresql using pgpool-II? - Stack Overflow most recent 30 from stackoverflow.com2009-12-21T13:27:05Zhttp://stackoverflow.com/feeds/question/1050034http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1050034/how-do-we-do-horizontal-sharding-partitioning-in-postgresql-using-pgpool-ii0How do we do horizontal sharding/partitioning in Postgresql using pgpool-II?pylabs2009-06-26T16:24:34Z2009-06-26T18:19:06Z
<p>Grid sql and pgpool-ii are partitioning tools for postgresql. gridsql is designed for reporting business applications. </p>
<p>PGPool-II for transactional systems. </p>
<p>Can some one show me how to do a horizontal partition on the bigint column uid on table users?</p>
<p>thanks</p>