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

More efficient S3 connection management for PMGD based connector #221

Open
ifadams opened this issue Oct 2, 2024 · 0 comments
Open

More efficient S3 connection management for PMGD based connector #221

ifadams opened this issue Oct 2, 2024 · 0 comments
Assignees
Labels
Enhancement New features or upgrades for functionality, performance, etc

Comments

@ifadams
Copy link
Contributor

ifadams commented Oct 2, 2024

Is your feature request related to a problem? Please describe.

Currently, the S3 storage option for the PMGD based query handler is very slow, due to the fact that each query is forced to instantiate an entirely new connection object.

Describe the solution you'd like

The S3 connections can be natively multithreaded with no additional overhead. We should move to a "shared connection" model so that the server process can repeatedly re-use the same connection that is instantiated at server start.

@ifadams ifadams added the Enhancement New features or upgrades for functionality, performance, etc label Oct 2, 2024
@ifadams ifadams self-assigned this Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New features or upgrades for functionality, performance, etc
Projects
None yet
Development

No branches or pull requests

1 participant