From 08b4fc20a9592a45a5ed3d295c16220f83ad12e2 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Mon, 3 Jul 2023 19:46:40 +0300 Subject: [PATCH] fixed changelog typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b2e93ea..a0c7bb58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)._