Comment on Globally Distributed PostgresparentComments−zozbot2345ypostgres proxy or similar where it would know where to send the query to based on the table + column value / pk.That sounds like sharding, which Postgres supports already.−rad_gruchalski5yIt does, doesn’t it? Every database can be sharded. But you have to do it yourself. This is how it works in Yugabyte: https://docs.yugabyte.com/latest/explore/multi-region-deploy....
Comments
That sounds like sharding, which Postgres supports already.
It does, doesn’t it? Every database can be sharded. But you have to do it yourself. This is how it works in Yugabyte: https://docs.yugabyte.com/latest/explore/multi-region-deploy....