The csv download for this query is timing out.
Here's the explain query plan.
Let's add some indexes with sqlite-utils to improve the query performance.
- Build the database
- Run datasette locally with a timeout setting of
--setting sql_time_limit_ms 100000
- Run query locally.
- Add indexes to improve query performance
- Choose which indexes to add and add them to the Makefile with sqlite-utils
The csv download for this query is timing out.
Here's the explain query plan.
Let's add some indexes with sqlite-utils to improve the query performance.
--setting sql_time_limit_ms 100000