On 6/26/07, 金星星 <[EMAIL PROTECTED]> wrote:
Are there any solutions based on PostgreSQL that can support distributing partitions (horizontal fragmentations) across different nodes. It doesn't need to support distributed transaction, since data inconsistent is not a critical problem in my situation.
pgpool-II might be what you're looking for. http://pgpool.projects.postgresql.org/pgpool-II/en/ Regards MP