May 19, 2023
0
6
Auto scaling Azure Cosmos DB for PostgreSQL with Citus, Grafana, & Azure Functions
One of the top Citus features is the ability to run PostgreSQL at any scale, on a single node as well as a distributed database cluster. As your application needs to scale, you can add more nodes to the Citus cluster, rebalance existing data to the new Postgres nodes, and seamlessly scale out. However, these operations require manual intervention...