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

Cache object stores per postgres session #93

Open
aykut-bozkurt opened this issue Jan 10, 2025 · 0 comments · May be fixed by #99
Open

Cache object stores per postgres session #93

aykut-bozkurt opened this issue Jan 10, 2025 · 0 comments · May be fixed by #99
Labels
enhancement New feature or request

Comments

@aykut-bozkurt
Copy link
Collaborator

Now, we create a new object store per copy operation. That is costly, especially if you use token based auth (you request a new token per each copy).

We can cache object stores per postgres session. Probably per bucket (or container) as different buckets generally have different credentials.

@aykut-bozkurt aykut-bozkurt added the enhancement New feature or request label Jan 10, 2025
@aykut-bozkurt aykut-bozkurt linked a pull request Jan 16, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant