How do we do horizontal sharding/partitioning in Postgresql using pgpool-II? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T13:27:05Z http://stackoverflow.com/feeds/question/1050034 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1050034/how-do-we-do-horizontal-sharding-partitioning-in-postgresql-using-pgpool-ii 0 How do we do horizontal sharding/partitioning in Postgresql using pgpool-II? pylabs 2009-06-26T16:24:34Z 2009-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>