Sharding using Citus
8
Nodes
Distribute and parallelise all the things
Always enough memory,
CPU, storage, I/O throughput
COPY with
ingest parallelism
Parallel rollups
using INSERT...SELECT
SELECT create_distributed_table('trips', …)
Parallel SELECT
Marco Slot | Citus Data | pgDay Paris 2018