Answer the question
In order to leave comments, you need to log in
Which DBMS to choose?
The data model is a set of HASHMAP - key-value fields. Redis, for example, is great for storing them, except for the situation when you need to do a search - a selection of data according to criteria. With less performance, but it does the job - Mongodb is suitable. As a result, they now live in a pair - Redis is constantly working with data and Mongodb is constantly synchronizing. This scheme works, but is inconvenient and leads to errors. If you leave only Mongodb, then the performance drops dramatically (wiredTiger is much better, but still not the same). If in more detail about the stored data, then in fact this is user data, where each user is a key-value set. Some fields require an index.
Those. need the speed of Redis with the ability to quickly search by fields inside a HASHMAP
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question