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

(perf) server: batch SQL Metadata deleteSegments #14639

Merged
merged 4 commits into from
Jul 23, 2023

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    d57c891 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. (perf) server: batch SQL Metadata deleteSegments and updateSegmentMet…

    …adata
    
    pr feedback:
    - extract batch update and delete data generation outside of the SQL transaction,
    - avoid a query altogether if there are no segments to add,
    - improvement to logging
    jasonk000 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    f040a03 View commit details
    Browse the repository at this point in the history
  2. (perf) server: batch SQL Metadata deleteSegments

    removed the updateSegmentMetadata batching since it is dead code
    jasonk000 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    1f462ff View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. (perf) server: batch SQL Metadata deleteSegments

    pr feedback
    - improve logging accuracy
    - restore missing newline
    jasonk000 committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    d28f768 View commit details
    Browse the repository at this point in the history