Answer the question
In order to leave comments, you need to log in
How to store key-value pairs?
There is a task to record and access approximately 90-100 million values per day. Search by key (int) - the result is also int. The search time for such a repository is very critical. The volume of records does not exceed 1 million operations, the volume of access is approximately 20-30 million.
Various options were considered from those with which I worked: Pg, MySQL, MongoDB, memcached.
These storages are not suitable. Memkesh is suitable for speed, but not suitable for storage (data must be saved).
What can you advise? Maybe a cassandra or some other "exotic"?
Answer the question
In order to leave comments, you need to log in
A write directly to a file? filename = key, content = value.
For redundancy it is possible through NFS, if locally then ssd should work smartly
Memkesh is suitable for speed but not suitable for storage (data must be saved).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question