1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2024-11-28 18:11:17 +02:00

fixed changelog typo

This commit is contained in:
Gani Georgiev 2023-07-03 19:46:40 +03:00
parent 9ec01d74d8
commit 08b4fc20a9

View File

@ -1,6 +1,6 @@
## v0.16.7
- Minor optimiaztion for the list/search queries to use `rowid` with the `COUNT` statement when available.
- Minor optimization 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)._