Missing database indexes, all billing-critical queries are full table scans #36

Closed
opened 2026-04-20 12:31:36 +00:00 by userAdityaa · 0 comments
Contributor

The SQLite schema in 0001_init.sql has zero CREATE INDEX statements. Four queries in the billing and API hot path run full table scans on every request.

The SQLite schema in `0001_init.sql` has zero `CREATE INDEX` statements. Four queries in the billing and API hot path run full table scans on every request.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coracle/caravel#36