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

fix(jdbc-postgres): drop the queues_pk and use an hash index instead #2277

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

loicmathieu
Copy link
Member

This avoids the queues_pkey index to be used by the poll query which is suboptimal.

This avoids the queues_pkey index to be used by the poll query which is suboptimal.
@tchiotludo tchiotludo merged commit d95f100 into develop Oct 11, 2023
3 of 4 checks passed
@tchiotludo tchiotludo deleted the fix/postgres_queues_indexes branch October 11, 2023 12:23
tchiotludo pushed a commit that referenced this pull request Oct 11, 2023
…2277)

This avoids the queues_pkey index to be used by the poll query which is suboptimal.
moadibfr pushed a commit that referenced this pull request Oct 31, 2023
…2277)

This avoids the queues_pkey index to be used by the poll query which is suboptimal.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants