- Add database indexes for common query patterns (path, callsign, device, weather) - Implement packet batching in LiveView to reduce client updates - Create PreparedQueries module for frequently executed database queries - Add KNN (K-nearest neighbors) spatial queries using PostGIS - Implement configurable debouncing for map bounds and hover events - Integrate with existing Redis cache for device lookups - Optimize cleanup worker with batch processing (already implemented) These optimizations significantly improve query performance and reduce database load, especially for high-traffic scenarios. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| components | ||
| controllers | ||
| live | ||
| plugs | ||
| aprs_symbol.ex | ||
| endpoint.ex | ||
| gettext.ex | ||
| router.ex | ||
| telemetry.ex | ||
| time_helpers.ex | ||
| time_utils.ex | ||
| user_auth.ex | ||
| weather_units.ex | ||