Skip to content

Releases: catalpainternational/django-querycache

Timestamp whole table

13 Dec 05:04
Compare
Choose a tag to compare

This release added timestamps for a whole table to provide a quick check before running a filtered query. Especially for rarely changing data the extra query to get the last updated row should provide for faster querying. Particularly of interest for slow joins and filtering. Also in this release: Removed the timefunc decorator which was used for some internal logging