A
A
Alexander Degtyarev2016-03-24 14:41:48
NoSQL
Alexander Degtyarev, 2016-03-24 14:41:48

What is the fastest document-oriented database?

Tell me the fastest and most compact database for a highly loaded service, a document-oriented database.
If possible, then embedded

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stanislav Makarov, 2016-03-24
@ErichAltheim

loosely coupled data, such as news - a brief description of the news is more accurate

In general, if you need complex selections and several different indexes - take Monga, if there are only one key selections - look at key-value: if you need main storage (i.e. NOT for cache), then try Riak, if for caching what - something that is already in some other (main) database, then Redis is a good fit.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question