Another interesting option for slow count queries in sqlite.
If you haven't DELETEd any records, doing:
SELECT MAX(ROWID) FROM "table" LIMIT 1;
@waylonwalker
2024
Another interesting option for slow count queries in sqlite.
If you haven't DELETEd any records, doing:
SELECT MAX(ROWID) FROM "table" LIMIT 1;
You found my thought's a collection of short posts generally tied to a link on the web and written through a small chrome extension. See full posts on waylonwalker.com