Files
sharedinbox/lib/data/db
Thomas SharedInboxandClaude Sonnet 4.6 11791263e0 perf(P4): add indexes on mailboxes(account_id) and threads(latest_date)
Schema v25: adds mailboxes_account_id covering (account_id, path) for
observeMailboxes and threads_latest_date covering (account_id,
mailbox_path, latest_date DESC) for observeThreads, replacing full-table
scans on both tables.  Migration test updated with a complete v22 schema
fixture and index assertions.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 08:27:08 +02:00
..