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(sqlite): flush data items using bundle db writer PE-6872 #219

Merged
merged 1 commit into from
Oct 7, 2024

Commits on Oct 7, 2024

  1. fix(sqlite): flush data items using bundle db writer PE-6872

    Prior to this commit, data items were flushed via the core DB writer.
    Under sufficiently heavy bunde import load this lead to contention with
    data item writes. This change adjusts the flushing logic to use the
    bundle DB writer. This avoids concurrent bundle DB write attempts and
    eliminates the contention.
    djwhitt committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3d36c69 View commit details
    Browse the repository at this point in the history