Relative Content

Tag Archive for .netkey-value-storerocksdb

Comparison of .NET Key value pair Collections

I write in .NET and am faced with the requirement of storing/retrieving a large number of string Key Value pairs from disk. To minimize the total amount of Ram consumed by the application, I would read the Key-Value pair database by specific Keys, process them, and then move on to other keys.