-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added better suppport for working with indexes
While working on khonsulabs/bonsaidb#225, I had to do major updates on how documents are stored. In the new storage scheme, the key in Nebari is the DocumentId, Revision::id is Nebari's SequenceId, and Revision::hash is indexed and stored as an embedded index. This means that retrieving a document needs access to the index to fully construct the Document record -- hence these new APIs. Refs: khonsulabs/bonsaidb#250
- Loading branch information
1 parent
410e550
commit 9f8f844
Showing
10 changed files
with
648 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.