postgres extension citus - ghdrako/doc_snipets GitHub Wiki

Citus Data, part of Microsoft, supports multiple paradigms for PostgreSQL-based sharding offered as open source software

Citus is an extension to PostgreSQL that enables distributed SQL queries across multiple nodes. Creating a PostgreSQL shard infrastructure with Citus involves the following steps:

  • Install PostgreSQL on each node
  • Install Citus on each node