routewatch/internal
sneak 9a63553f8d Add index to optimize COUNT(DISTINCT prefix) queries
- Add compound index on (ip_version, mask_length, prefix) to speed up prefix distribution queries
- This index will significantly improve performance of COUNT(DISTINCT prefix) operations
- Note: Existing databases will need to manually create this index or recreate the database
2025-07-28 19:01:45 +02:00
..
config Remove debug logging for withdrawals without origin ASN 2025-07-28 02:07:33 +02:00
database Add index to optimize COUNT(DISTINCT prefix) queries 2025-07-28 19:01:45 +02:00
logger Format logger source location as file.go:linenum 2025-07-28 01:16:29 +02:00
metrics Add route update metrics tracking to PrefixHandler 2025-07-28 02:55:27 +02:00
ristypes Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
routewatch Fix prefix distribution bug and add prefix length pages 2025-07-28 18:42:38 +02:00
server Fix prefix distribution bug and add prefix length pages 2025-07-28 18:42:38 +02:00
streamer Show AS descriptions in AS path on prefix detail page 2025-07-28 18:25:26 +02:00
templates Fix prefix distribution bug and add prefix length pages 2025-07-28 18:42:38 +02:00