Indexes don’t store row counts. It’s not possible to do a `count` and get one row read back in SQLit

Indexes don’t store row counts. It’s not possible to do a
count
and get one row read back in SQLite (the query engine D1 uses). Keep in mind you also get 25 billion reads included in the paid plan 🙂
Was this page helpful?