Skip to content

Releases: PolicyStat/django-tables

Lightweight count query

30 Mar 13:50
756a2ab
Compare
Choose a tag to compare

Releasing #5

We use the default query for calculating rows count.

Usually, it doesn't matter. However, in cases we provide composite query with inner joins which fetches data for a few tables, it could be a performance issue. And unnecessary load to a Database.

This PR provides an option for an alternative query for count only.