No upcoming presentations...

    Citus is a sharding extension for postgres that can efficiently distribute a wide range of SQL queries. It uses postgres' planner hook to transparently intercept and plan queries on "distributed" tables. Citus then executes the queries in parallel across many servers, in a way that delegates most of the heavy lifting back to postgres.

    Within Citus, we distinguish between several types of SQL...

    @ PostgresConf US 2018

    Apr 20 2018

    Postgres Internals