IntelLabs / vdms

VDMS: Your Favorite Visual Data Management System
MIT License
84 stars 31 forks source link

Tunable connection pooling size for Neo4J #187

Open ifadams opened 1 month ago

ifadams commented 1 month ago

Is your feature request related to a problem? Please describe. Currently the connection pooling for Neo4J is hard-coded to 16 connections. We've found this already is causing issues with bottlenecks under high-throughput scenarios.

Describe the solution you'd like Add a configuration parameter + sane defaults so that an operator can tune the number of connections available to the Neo4J backend.