appsmithorg / appsmithorg/appsmith
[Feature]: Need a connection pool for querying H2
Đang mở
Backend
Enhancement
Integrations Product
Query & JS Pod
Query performance
Query Widgets & IDE Pod
- Ngôn ngữ chính
- TypeScript
- Star
- 40.9k
- Fork
- 4.8k
- Merge trung bình
- 1 ngày 22 giờ
- Pull request đã merge (30 ngày)
- 45
Mô tả
### Is there an existing issue for this?
- [X] 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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.