aprs.me/test/aprsme/packets
Graham McIntire dcabb744df
Batch push_events, RF path queries, and ETS tuning for hot paths
- Batch real-time packet push_events: collect marker data across the
  packet batch and send a single "new_packets" WebSocket message instead
  of one per packet. JS handler processes all live→historical conversions
  before adding new markers to avoid intra-batch conflicts.
- Batch RF path station queries: replace N+1 get_latest_packet_for_callsign
  calls with a single DISTINCT ON query selecting only callsign + lat/lng.
- Add read_concurrency: true to streaming_packets_subscribers and :aprsme
  ETS tables (read-heavy, rarely written).
- Remove dead GC code in PacketConsumer (threshold > 1000 unreachable with
  max batch_size of 100).
2026-02-20 08:30:54 -06:00
..
clustering_test.exs Fix credo warnings and start on design suggestions 2026-02-09 11:23:01 -06:00
prepared_queries_test.exs Batch push_events, RF path queries, and ETS tuning for hot paths 2026-02-20 08:30:54 -06:00
query_builder_test.exs Use PostGIS GiST index for spatial bounds queries 2026-02-20 07:29:27 -06:00