Hi HN,<p>Does anyone know a DBaaS provider that provides Postrges clusters with the option to shard them down the line? Most providers I currently know don't offer features beyond replication and connection pooling.<p>Would love any help, thanks in advance.
I think Azure offers sharding via Citus: <a href="https://learn.microsoft.com/en-us/azure/cosmos-db/postgresql/introduction" rel="nofollow noreferrer">https://learn.microsoft.com/en-us/azure/cosmos-db/postgresql...</a><p>Then, there's the Postgres compatible offerings like CockroachDB and Yugabyte that do sharding transparently.