routewatch/internal/routewatch
sneak c35b76deb8 Optimize AS detail queries and increase PrefixHandler batch size
- Increase PrefixHandler batch size from 20k to 25k (25% increase)
- Add missing index on origin_asn for live_routes table
- This index significantly speeds up AS detail page queries
- Add code to create missing indexes on existing databases
2025-07-28 22:07:27 +02:00
..
app_integration_test.go Add context cancellation support to database operations 2025-07-28 19:27:55 +02:00
app_test.go Add custom logger with source location tracking and remove verbose database logs 2025-07-28 01:14:51 +02:00
app.go Add debug logging and optimize SQLite performance 2025-07-28 15:45:06 +02:00
ashandler.go Increase batch sizes to improve write throughput 2025-07-28 18:27:42 +02:00
cli.go Fix shutdown handling and optimize SQLite settings 2025-07-28 16:52:52 +02:00
handler.go Add custom logger with source location tracking and remove verbose database logs 2025-07-28 01:14:51 +02:00
peerhandler.go Optimize database batch operations with prepared statements 2025-07-28 17:21:40 +02:00
peeringhandler.go Reduce all handler queue sizes to 100,000 2025-07-28 02:50:05 +02:00
prefixhandler.go Optimize AS detail queries and increase PrefixHandler batch size 2025-07-28 22:07:27 +02:00