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

[python] Consolidation and vacuuming are now platform configuration options #1690

Merged
merged 2 commits into from
Sep 18, 2023

Commits on Sep 16, 2023

  1. Consolidation and vacuuming are now platform configuration options

    Commit and fragment_metadata consolidation and vacuuming can improve the
    opening and query performance of SOMA experiments. Vacuuming requires
    slight coordination though and should not happen by default. Instead a
    platform config allows the user to control these operations based. This
    will be expanded to defaults for top-level `io` packages where its more
    likely a user is doing a one-shot ingestion and will want automatic
    handling.
    
    A new platform config, `consolidate_and_vacuum` has been added which is
    a boolean to handle this behavior.
    Shelnutt2 committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    806d305 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceb73c9 View commit details
    Browse the repository at this point in the history