aprs.me/priv
Graham McIntire b08eba2c6b
Partition packets table by day and simplify cleanup
Convert the packets table to a time-partitioned table with daily
partitions (PARTITION BY RANGE on received_at). This replaces the
expensive CTE-based batch DELETE cleanup with instant DROP TABLE
partition drops — no dead tuples, no WAL pressure, no VACUUM needed.

- Add PartitionManager GenServer to create/drop daily partitions
- Simplify PacketCleanupWorker to delegate to PartitionManager
- Replace gridsquare/geocalc deps with local Maidenhead module
- Remove gettext_pseudolocalize dependency
- Fix Decimal comparison in packet consumer test
2026-02-20 11:25:16 -06:00
..
gettext Partition packets table by day and simplify cleanup 2026-02-20 11:25:16 -06:00
gleam Fix Docker deployment with Gleam integration 2025-07-18 14:06:36 -05:00
repo Partition packets table by day and simplify cleanup 2026-02-20 11:25:16 -06:00
static try vector tiles 2025-07-24 10:54:31 -05:00