Adds the only downside of cachalot to the comparison.

Just for clarity, even though it’s written above.
This commit is contained in:
Bertrand Bordage 2015-12-22 21:19:20 +01:00
parent 203901d9b3
commit 2ef0252e9a
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if you need to be convinced).
However, its not suited for projects where there is **a high number
of modifications per minute** on each table, like a social network with
more than a 30 messages per minute. Django-cachalot may still give a small
more than a 50 messages per minute. Django-cachalot may still give a small
speedup in such cases, but it may also slow things a bit
(in the worst case scenario, a 20% slowdown,
according to :ref:`the benchmark <Benchmark>`).
@ -73,6 +73,7 @@ Type of invalidation per table per object pe
CPU performance excellent excellent excellent
Memory performance excellent good excellent
Reliable ✔ ✘ ✘
Useful for > 50 modifications per minute ✘ ✔ ✔
Handles transactions ✔ ✘ ✘
Handles Django admin save ✔ ✘ ✘
Handles multi-table inheritance ✔ ✔ ✘