开发者

Best Key-Value database for tens of millions of records

开发者 https://www.devze.com 2023-01-18 19:30 出处:网络
I\'m currently using CouchDb to store tens of millions of documents of variable fields, of variable types.

I'm currently using CouchDb to store tens of millions of documents of variable fields, of variable types.

Unfortunately, creating permanent views for these documents takes an inordinate amount of time and is becoming quite an inconvenience.

Are there other key/value databases out there whereby I can test ad-hoc queries easily and have milli-seconds performance when querying tens of milli开发者_运维知识库ons of records ?


No. Because Key-Value databases does generally not support ad-hoc queries, due to their architecture (same architecture that makes lookup by key very efficient).


you may want to take a look at MongoDB, which represents a very good compromise between the rigid, structured nature of relational databases and the more free-form approach of a key-value store.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号