optimized search count queries to use rowid by default
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## v0.16.7
|
||||
|
||||
- Minor optimiaztion for the list/search queries to use `rowid` with the `COUNT` statement when available.
|
||||
_This eliminates the temp B-TREE step when executing the query and for large datasets (eg. 150k) it could have 10x improvement (from ~580ms to ~60ms)._
|
||||
|
||||
|
||||
## v0.16.6
|
||||
|
||||
- Fixed collection index column sort normalization in the Admin UI ([#2681](https://github.com/pocketbase/pocketbase/pull/2681); thanks @SimonLoir).
|
||||
|
||||
Reference in New Issue
Block a user