A good key-value\no SQL product
February 06, 2018
A good key-value\no SQL product
Score 8 out of 10
Vetted Review
Verified User
Overall Satisfaction with Redis
We have tried using Redis to move from a relational DB to a key-value logic. In view of the use of a DB not SQL, it is certainly performant even if unlike other SQLs, it requires a little more reasoning about the proper analysis of the key value to be used and the way in which they are then interrogated.
Pros
- key - value logic
- no SQL structure
- really speedy queries
Cons
- need an initial implementation
- without a correct key - value queries do not perform
- need a change of the actual application to move from SQL to Redis
- SQL server freed from workload
- less effort to clean up unnecessary data
Initially, we were unsure whether to use Redis or MongoDB., in reality, they are both no-SQL databases but can be used both as needed. certainly, in my opinion, it is more reasonable a DB no SQL MongoDB than Redis, the key logic value of Redis is certainly performing for the cache while for a concept of unstructured and open data is more functional MongoDB.
Comments
Please log in to join the conversation