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

keyspaceSize definition #11

Open
nodesocket opened this issue Jul 9, 2020 · 1 comment
Open

keyspaceSize definition #11

nodesocket opened this issue Jul 9, 2020 · 1 comment

Comments

@nodesocket
Copy link

Found this project via Hacker News. Looks awesome. Quick question:

“keyspaceSize”: 65536

Is that the number of items or number of bytes that can be stored? Typically you allocate X number of bytes of memory that can be used. Allocating the number of items seems strange as items will be variable length right?

@jakekgrog
Copy link
Owner

Currently keyspaceSize represents the number of allowed key-value pairs on the node. This should really be the number of allowed bytes. It is an issue we'll address soon.

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

No branches or pull requests

2 participants