logoalt Hacker News

codegeektoday at 6:54 PM1 replyview on HN

Stupid question but does this shard the database as well or do we shard manually and then setup the configuration accordingly ?


Replies

levkktoday at 6:59 PM

It shards it as well. We handle schema sync, moving table data (in parallel), setting up logical replication, and application traffic cutover. The zero-downtime resharding is currently WIP, working on the PR as we speak: https://github.com/pgdogdev/pgdog/pull/784.

show 1 reply