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

Conversation

snazy
Copy link
Member

@snazy snazy commented Aug 17, 2024

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 snazy force-pushed the mongo-single-attr branch 5 times, most recently from 5a3a67a to 0f56343 Compare August 21, 2024 11:31
@snazy snazy force-pushed the mongo-single-attr branch 3 times, most recently from 8a47174 to 195d37c Compare August 28, 2024 15:50
@snazy snazy marked this pull request as ready for review August 28, 2024 15:56
adutra
adutra previously approved these changes Sep 3, 2024
…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 snazy merged commit 3ea24dc into projectnessie:main Sep 5, 2024
16 checks passed
@snazy snazy deleted the mongo-single-attr branch September 5, 2024 14:16
@snazy snazy added this to the 0.96.0 milestone Sep 9, 2024
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.

2 participants