Upcoming presentations
No upcoming presentations...
Past presentations
A couple of new features towards the postgres-based sharding
CSN-based snapshot, shippable tables, fast copy from and dump/restore relation statistics
Sharding is a challenge for PostgreSQL developers. It is general purpose tool to achieve query speedup and database scalability. Wherein, PostgreSQL architecture is not ideal for managing relational data in shared-nothing computing architecture. Nowadays, hardly anyone can say with confidence what a practically valuable implementation of sharding in PostgreSQL will looks like. The Development ...