prop/lib/microwaveprop
Graham McIntire 16883591b4
Database performance fixes and async backfill enqueue
- Fix score_pressure crash on nil pressure_mb (coastal HRRR points)
- Set 10-min timeout on grid score upsert transaction (was :infinity)
- Single DELETE for prune_old_scores instead of N queries in a loop
- Remove dead load_hrrr_refractivity that loaded 95k rows into nil map
- Pass selected_time to point_detail to skip latest_valid_time sub-query
- Batch station existence checks (1 query per path point, not per station)
- Batch solar index upserts via insert_all in chunks of 500
- Batch backfill_distances via single UPDATE FROM VALUES statement
- Add is_grid_point boolean + partial index to hrrr_profiles (replaces
  non-sargable modular arithmetic filter on every weather map query)
- Add partial index on contacts(qso_timestamp) WHERE pos1 IS NOT NULL
- Move backfill enqueue to Oban worker so UI returns immediately
2026-04-04 19:19:18 -05:00
..
commercial Fix SNMP polling: remove invalid timeout option and normalize OID format 2026-03-30 13:44:49 -05:00
propagation Database performance fixes and async backfill enqueue 2026-04-04 19:19:18 -05:00
radio Rename qsos table to contacts, qso_id to contact_id 2026-04-02 15:52:19 -05:00
terrain Rename qsos table to contacts, qso_id to contact_id 2026-04-02 15:52:19 -05:00
weather Database performance fixes and async backfill enqueue 2026-04-04 19:19:18 -05:00
workers Database performance fixes and async backfill enqueue 2026-04-04 19:19:18 -05:00
application.ex Replace polling with Postgres LISTEN/NOTIFY for live updates 2026-04-02 16:26:22 -05:00
commercial.ex Add commercial link monitoring via SNMP polling 2026-03-30 13:02:59 -05:00
mailer.ex initial 2026-03-28 11:28:47 -05:00
markdown.ex fix enrichment 2026-04-02 15:30:41 -05:00
propagation.ex Database performance fixes and async backfill enqueue 2026-04-04 19:19:18 -05:00
radio.ex Database performance fixes and async backfill enqueue 2026-04-04 19:19:18 -05:00
release.ex docker 2026-03-28 11:41:31 -05:00
repo.ex initial 2026-03-28 11:28:47 -05:00
repo_listener.ex Replace polling with Postgres LISTEN/NOTIFY for live updates 2026-04-02 16:26:22 -05:00
terrain.ex Reduce dead tuples by using conditional upserts and skip-on-conflict 2026-04-04 17:32:57 -05:00
weather.ex Database performance fixes and async backfill enqueue 2026-04-04 19:19:18 -05:00