routewatch/internal/database
sneak 3673264552 Separate IPv4 and IPv6 routes into different tables
- Create live_routes_v4 and live_routes_v6 tables
- Update all database methods to use appropriate table
- Add IP version detection in database queries
- Remove filtering by ip_version column for better performance
- Fix route count queries that were timing out
- Update PrefixHandler to include IP version in deletions
2025-07-28 22:29:15 +02:00
..
database_test.go Add IPv4 range optimization for IP to AS lookups 2025-07-28 03:23:25 +02:00
database.go Separate IPv4 and IPv6 routes into different tables 2025-07-28 22:29:15 +02:00
interface.go Add context cancellation support to database operations 2025-07-28 19:27:55 +02:00
models.go Separate IPv4 and IPv6 routes into different tables 2025-07-28 22:29:15 +02:00
schema.sql Separate IPv4 and IPv6 routes into different tables 2025-07-28 22:29:15 +02:00
slowquery.go Add context cancellation support to database operations 2025-07-28 19:27:55 +02:00
utils.go Add IPv4 range optimization for IP to AS lookups 2025-07-28 03:23:25 +02:00