[YSQL] Connection scaling #10452
Labels
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
roadmap-tracking-issue
This issue tracks a major roadmap item, and usually appears in the roadmap list.
Milestone
Jira Link: DB-978
In YSQL, like in vanilla Postgres, each backend connection has some overhead, including to load and maintain the metadata cache for the system catalog tables.
The relative overhead is increased on low-resource machines and geo-distributed cluster when the
This issue tracks tasks to minimize the per-connection overhead for both initializing and maintaining backend connections.
Staging into commits (Release target: v2.16)
The text was updated successfully, but these errors were encountered: