To add: you _can_ have a sorted index (in D1 it doesn't matter which direction; the query engine can

To add: you can have a sorted index (in D1 it doesn't matter which direction; the query engine can just scan the other way) which will further improve index efficiency if you are doing a lot of ORDER BY <some_date_column> queries. I probably need to add this to the docs.
Was this page helpful?