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

global temp table detection query is costly on oracle #5714

Closed
rcarpa opened this issue Jul 8, 2022 · 0 comments
Closed

global temp table detection query is costly on oracle #5714

rcarpa opened this issue Jul 8, 2022 · 0 comments
Assignees
Milestone

Comments

@rcarpa
Copy link
Contributor

rcarpa commented Jul 8, 2022

Motivation

It shows up in one of the top queries.

Modification

Move the caching to memcached to share between threads and increase the cache duration

@rcarpa rcarpa self-assigned this Jul 8, 2022
rcarpa added a commit to rcarpa/rucio that referenced this issue Jul 8, 2022
…5714

Use memcached instead of a local cache.
Make it configurable to allow completely avoid any DB call.
rcarpa added a commit to rcarpa/rucio that referenced this issue Jul 8, 2022
…5714

Use memcached instead of a local cache.
Make it configurable to allow completely avoid any DB call.
rcarpa added a commit to rcarpa/rucio that referenced this issue Jul 8, 2022
…5714

Use memcached instead of a local cache.
Make it configurable to allow completely avoid any DB call.
rcarpa added a commit to rcarpa/rucio that referenced this issue Jul 8, 2022
…5714

Use memcached instead of a local cache.
Make it configurable to allow completely avoid any DB call.
rcarpa added a commit to rcarpa/rucio that referenced this issue Jul 8, 2022
…5714

Use memcached instead of a local cache.
Make it configurable to allow completely avoid any DB call.
rcarpa added a commit to rcarpa/rucio that referenced this issue Jul 8, 2022
…5714

Use memcached instead of a local cache.
Make it configurable to allow completely avoid any DB call.
@bari12 bari12 closed this as completed in d926ba8 Jul 8, 2022
@bari12 bari12 added this to the 1.29.0 milestone Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants