Skip to content

Lightweight count query

Latest
Compare
Choose a tag to compare
@deti deti released this 30 Mar 13:50
· 16 commits to master since this release
756a2ab

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.