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

Postgresql performance improvements - Take 2 #6648

Merged
merged 2 commits into from Jul 6, 2021

Conversation

dannyzaken
Copy link
Contributor

Explain the changes

  1. added $exists to md_store queries that use partial indexes
    • if an index is partial by the existence of a field, the query should also filter by the field existence.
  2. s3perf - added delete flag to iterate and delete all objects in the bucket

if an index is partial by the existence of a field the query should also filter by the field existence

Signed-off-by: Danny Zaken <dannyzaken@gmail.com>
… bucket

Signed-off-by: Danny Zaken <dannyzaken@gmail.com>
@dannyzaken dannyzaken merged commit 68360ef into noobaa:master Jul 6, 2021
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.

None yet

2 participants