Pooling connections on postgres #10777

Closed
opened 2025-12-29 21:35:50 +01:00 by adam · 0 comments
Owner

Originally created by @aseques on GitHub (Feb 19, 2025).

NetBox version

v4.2.3

Feature type

Data model extension

Proposed functionality

I would like to configure connection pooling to the database server (currently there usually around 10 connections always open minimum even if no one is using netbox at the moment)
I haven't been able to find any documentation so far in the docs
https://netboxlabs.com/docs/netbox/en/stable/configuration/required-parameters/#database

Use case

Since postgres has a default connection limit of around 100 connections, having connection pooling would prevent hitting that limit in many cases.

Database changes

No response

External dependencies

No response

Originally created by @aseques on GitHub (Feb 19, 2025). ### NetBox version v4.2.3 ### Feature type Data model extension ### Proposed functionality I would like to configure connection pooling to the database server (currently there usually around 10 connections always open minimum even if no one is using netbox at the moment) I haven't been able to find any documentation so far in the docs https://netboxlabs.com/docs/netbox/en/stable/configuration/required-parameters/#database ### Use case Since postgres has a default connection limit of around 100 connections, having connection pooling would prevent hitting that limit in many cases. ### Database changes _No response_ ### External dependencies _No response_
adam closed this issue 2025-12-29 21:35:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#10777