Skip to content

Pool: bring in enhancements from Postgres#16

Merged
staticlibs merged 1 commit into
duckdb:mainfrom
staticlibs:pool_enhancements
Apr 27, 2026
Merged

Pool: bring in enhancements from Postgres#16
staticlibs merged 1 commit into
duckdb:mainfrom
staticlibs:pool_enhancements

Conversation

@staticlibs

Copy link
Copy Markdown
Member

This PR brings in a few enhancements from Postgres extension including the support for acquire mode.

It changes the default config enabling the reaper thread by default.

It also exposes more pool metrics:

  • cache hits: connection successfully returned from cache
  • cache misses: new connection established
  • try failures: no connection returned on try attempt

This PR brings in a few enhancements from Postgres extension including
the support for acquire mode.

It changes the default config enabling the reaper thread by default.

It also exposes more pool metrics:

 - cache hits: connection successfully returned from cache
 - cache misses: new connection established
 - try failures: no connection returned on try attempt
@staticlibs
staticlibs merged commit f251dfe into duckdb:main Apr 27, 2026
5 checks passed
@staticlibs
staticlibs deleted the pool_enhancements branch April 27, 2026 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant