This repository was archived by the owner on May 27, 2024. It is now read-only.

Description
selects are faster than inserts on the eventdb
squelcher is faster than postgres output
-> events queue up at the output
but the squelcher relies on the data in the table, not the data that it had processed
-> squelcher does not see all the data
-> events are sent too often
possible solutions:
- squelcher has it's own cache (additionally?)
- a bot which only passes events to the squelcher, if the queues behind are all empty