Replies: 7 comments
|
I think it can support fairly large data size. It certainly is designed to store a large number of key-value pairs, especially when it cannot fit into the memory. For the specifics, refer to rocksdb, as this package is a thin wrapper around it. |
0 replies
|
How to allocate maximum memory for storage of large key value pairs? |
0 replies
|
What do you mean "allocate memory"? |
0 replies
|
Did you meet some storage limitation or some other issue? |
0 replies
|
When I am trying store huge data in key value pairs around 50 Million records my system crashes,is there a way to allocate some storage to Rdict to maximum limit |
0 replies
|
What’s the error message? |
0 replies
|
How many bytes are the keys and values on average, roughly? And are you sure that you have enough free disk space too? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Can it support storage for large data as a database.How transformations and CRUD operations impact its latency factor.
All reactions