Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Need a connection pool for querying H2 #9219

Open
1 task done
sumitsum opened this issue Nov 17, 2021 · 1 comment
Open
1 task done

[Feature]: Need a connection pool for querying H2 #9219

sumitsum opened this issue Nov 17, 2021 · 1 comment
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

Comments

@sumitsum
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Summary

  • Currently, we used H2 in memory database as a temporary data store and we perform our where, pagination, sort, and projection 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.

@sumitsum sumitsum added Enhancement New feature or request Backend This marks the issue or pull request to reference server code Query Forms Isuses related to the query forms Query & JS Pod Issues related to the query & JS Pod labels Nov 17, 2021
@rohan-arthur
Copy link
Contributor

@sumitsum I don't understand this - are you referring to how we process the action components in our backend? It might help me to understand better if you can frame this as how the user sees the problem.

@nidhi-nair nidhi-nair removed the Query Forms Isuses related to the query forms label Jun 8, 2022
@Nikhil-Nandagopal Nikhil-Nandagopal added Query performance Issues that have to do with lack in performance of query execution Data Platform Pod Issues related to the underlying data platform labels Sep 15, 2022
@sumitsum sumitsum removed their assignment Nov 21, 2023
@riteshkew riteshkew added Integrations Product Issues related to a specific integration and removed Data Platform Pod Issues related to the underlying data platform labels Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: No status
Development

No branches or pull requests

7 participants