appsmithorg / appsmithorg/appsmith

[Feature]: Need a connection pool for querying H2

Đang mở
#9,219 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
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

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.