tdr-autosync / mi-lib-django_memoize

An implementation of memoization technique for Django

Home Page:http://django-memoize.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Excessive counts on cache_table

jimmy927 opened this issue · comments

Something in memoize seems to do a count on the cache_table all the time, why ?

I see this all the time:

SELECT COUNT(*) FROM "cache_table"; args=None

as my table is large it takes 4 seconds on our system.