routewatch/internal/database
sneak 397ccd21fe Increase slow query threshold to 50ms
The 10ms threshold was too noisy - queries in the 10-20ms range are
actually performing well after the index optimizations. Setting the
threshold to 50ms will help identify truly problematic queries.
2025-07-27 22:40:32 +02:00
..
database.go Extract database schema to separate SQL file 2025-07-27 22:38:51 +02:00
interface.go Remove BGP keepalive logging and add peer tracking 2025-07-27 21:54:58 +02:00
models.go Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
schema.sql Add additional database indexes for better query performance 2025-07-27 22:39:31 +02:00
slowquery.go Increase slow query threshold to 50ms 2025-07-27 22:40:32 +02:00
utils.go Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00