You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RecordId is a collection(or table in SQL) level global incremental unique field to identify a row.
value is simplely formated as the raw bson data user inserted.
For index ident, things are a little more complex, it depends on the index-type, unque or not, and so on.
Take a simple but not precise example, rocksdb user-key is formated as
[4Byte IndexPrefix][var len KeyString]
KeyString is an internal datastructure used in mongodb to represent the index data in an ordered way.
Couldn't understand what key/value pair is used inside mongo-rocks?
The text was updated successfully, but these errors were encountered: