aprs.me/priv
Graham McIntire 400e444eaa
Fix packet_counters table bloat with sequence-based counter
- Add aggressive autovacuum settings for packet_counters table
- Replace table-based counter with PostgreSQL sequence to eliminate bloat
- Sequences are designed for high-frequency counter operations
- Maintains backward compatibility through get_packet_count() function

The packet_counters table was experiencing severe bloat due to 350K+ updates
on a single row. PostgreSQL sequences avoid this issue entirely.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-15 13:34:15 -05:00
..
gettext add more i18n testing and fix error page and dashboard 2025-07-08 12:16:00 -05:00
repo Fix packet_counters table bloat with sequence-based counter 2025-07-15 13:34:15 -05:00
static deploy fix for tailwind 2025-07-05 09:25:34 -05:00