- Public release under LGPLv3
-
Adds support for PostgreSQL 9.4 in addition to 9.3
-
Rejects
PREPARE
orCOPY
statements involving distributed tables -
Shard identifiers now begin at 10,000 rather than 1
-
Initial release
-
Distributes a PostgreSQL table across many worker shards
-
Safely executes
INSERT
,UPDATE
, andDELETE
against single shards -
Runs
SELECT
queries across many shards -
JOIN
unsupported -
Rudimentary CitusDB compatibility
-
Requires PostgreSQL 9.3