Add PRAGMA synchronous=NORMAL, temp_store=MEMORY, mmap_size=256MB for better write throughput and query performance. Create 11 indexes on commonly queried columns (fights.status, fights.created_at, bots.elo, rounds.fight_id, payments, tournament_matches). Run PRAGMA optimize on startup for query planner statistics. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>