Answer the question
In order to leave comments, you need to log in
Redis is there a dependence of cache performance on its size?
The Django application makes extensive use of Redis as a cache of MySQL query fetches.
The question is: is there any dependence of Redis performance on its amount in RAM?
For example, a cache size of 1GB and 6GB will work equally effectively in terms of samples?
Answer the question
In order to leave comments, you need to log in
Most likely there is a difference. But whether the difference is significant is impossible to know without knowing what data and what samples.
Each command has its own algorithmic complexity. All this can affect the operation of the application.
Gotta freeze.
https://redis.io/commands/GET O(1) - constant time, does not depend on the size of the database
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question