-
-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Labels
Description
SQLite lets you create indexes in reverse order, which can have a surprisingly big impact on performance, see simonw/covid-19-datasette#27
I tried doing this using sqlite-utils
like so, but it's didn't work:
db["ny_times_us_counties"].create_index(["date desc"])