We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The database is a key-value store, where keys and values are arbitrary bytes arrays. In our implementation the arrays are:
🔑 Key: identifier_0:identifier_1:...:identifier_K
identifier_0:identifier_1:...:identifier_K
Where : is the divisor between identifiers
:
📄 Value: 12200bf4c94e56f18f32243...25ef86a16c37d3d4b9d9b51671 (binaries)
12200bf4c94e56f18f32243...25ef86a16c37d3d4b9d9b51671
Values can represent any type of object.
It is necessary to construct a set of functions that:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🤔 How RocksDB works
The database is a key-value store, where keys and values are arbitrary bytes arrays. In our implementation the arrays are:
🔑 Key:
identifier_0:identifier_1:...:identifier_K
Where
:
is the divisor between identifiers📄 Value:
12200bf4c94e56f18f32243...25ef86a16c37d3d4b9d9b51671
(binaries)Values can represent any type of object.
👷 What to do
It is necessary to construct a set of functions that:
The text was updated successfully, but these errors were encountered: