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

Introduce MONGODB2 version store type, deprecate MONGODB version store type #9367

Merged
merged 2 commits into from
Sep 5, 2024

Commits on Sep 5, 2024

  1. Introduce MONGODB2 version store type, deprecate MONGODB version …

    …store type
    
    The current `MONGODB` version store type uses a lot of attributes in the `objs` collection, which cause quite some overhead in storage. The new `MONGODB2` version store type works like `MONGODB`, but uses a single attributes for all object values.
    snazy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    1e1d6d1 View commit details
    Browse the repository at this point in the history
  2. rebase changes

    snazy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    396530d View commit details
    Browse the repository at this point in the history