Marco Slot

Marco Slot

CITUS BLOG AUTHOR PROFILE

Former lead engineer for the Citus database engine at Microsoft. Speaker at Postgres Conf EU, PostgresOpen, pgDay Paris, Hello World, SIGMOD, & lots of meetups. Talk selection team member for Citus Con: An Event for Postgres. PhD in distributed systems. Loves mountain hiking.

@marcoslot marcocitus

PUBLISHED ARTICLES
Marco Slot

Parallel data loading for pg_shard

Written by By Marco Slot | May 22, 2015 May 22, 2015

The pg_shard extension helps you scale out PostgreSQL for large data sets by transparently distributing tables across many nodes, storing (replicated) shards of the data as regular PostgreSQL tables on worker nodes. With pg_shard, you can perform INSERT...

Keep reading
Marco Slot

Compressing PostgreSQL JSONB data 6x using cstore_fdw

Written by By Marco Slot | May 5, 2015 May 5, 2015

In this post I will present my findings that show a 6x compression of PostgreSQL JSONB data using the cstore_fdw extension. Cstore_fdw is an open source PostgreSQL extension for reducing the storage footprint and speeding up analytical queries. Cstore_fdw...

Keep reading
Marco Slot

PGConf.Russia talk on pg_shard

Written by By Marco Slot | March 23, 2015 Mar 23, 2015

Last month we went to PGConf.Russia and gave a talk on [pg_shard](/citus-products/pg-shard) which is available for download on GitHub. pg_shard is an open source PostgreSQL extension which allows users to scale out their database by creating a cluster...

Keep reading

Page 5 of 6