mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-25 20:53:43 +00:00
Removes some rows from the comparison where the edge case are extremely rare…
This commit is contained in:
parent
f723f73584
commit
0e0c0dcdc1
1 changed files with 1 additions and 5 deletions
|
|
@ -69,18 +69,15 @@ Feature cachalot cache-machine
|
|||
======================================================== ========= ============= ==========
|
||||
Easy to install ✔ ✘ quite
|
||||
Cache agnostic ✔ ✔ ✘
|
||||
Type of invalidation per table per object per object
|
||||
Type of invalidation per table per object per query
|
||||
CPU performance excellent excellent excellent
|
||||
Memory performance excellent good excellent
|
||||
Reliable ✔ ✘ ✘
|
||||
Handles transactions ✔ ✘ ✘
|
||||
Handles Django admin save ✔ ✘ ✘
|
||||
Handles ManyToManyField ✔ ✘ ✘
|
||||
Handles reverse relations ✔ ✘ ✘
|
||||
Handles multi-table inheritance ✔ ✔ ✘
|
||||
Handles ``QuerySet.count`` ✔ ✘ ✔
|
||||
Handles ``QuerySet.aggregate``/``annotate`` ✔ ✔ ✘
|
||||
Handles ``QuerySet.bulk_create`` ✔ ✘ ✘
|
||||
Handles ``QuerySet.update`` ✔ ✘ ✘
|
||||
Handles ``QuerySet.select_related``/``prefetch_related`` ✔ ✘ ✘
|
||||
Handles ``QuerySet.extra`` ✔ ✘ ✘
|
||||
|
|
@ -90,7 +87,6 @@ Handles subqueries ✔ ✔
|
|||
Handles querysets generating a SQL ``HAVING`` keyword ✔ ✔ ✘
|
||||
Handles ``cursor.execute`` ✔ ✘ ✘
|
||||
Handles the Django command ``flush`` ✔ ✘ ✘
|
||||
Handles the Django command ``loaddata`` ✔ ✘ ✘
|
||||
======================================================== ========= ============= ==========
|
||||
|
||||
Explanations
|
||||
|
|
|
|||
Loading…
Reference in a new issue