[Feature]: Need a connection pool for querying H2 #9219
Labels
Backend
This marks the issue or pull request to reference server code
Enhancement
New feature or request
Integrations Product
Issues related to a specific integration
Query & JS Pod
Issues related to the query & JS Pod
Query performance
Issues that have to do with lack in performance of query execution
Is there an existing issue for this?
Summary
where
,pagination
,sort
, andprojection
queries on top of it. The plugin opens a new connection with every action invocation. This can saturate the permissible connection limits very soon. Hence, it may be useful to use a connection pool instead.Why should this be worked on?
To avoid failure of features like
where
,sort
etc that are provided as part of UQI experience.The text was updated successfully, but these errors were encountered: