You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rudy-6-4
changed the title
Use TRIGGER in postgresq instead of NOTIFY in fhevm-listener
fhevm-listener: Do TRIGGER/NOTIFY in postgresq instead of NOTIFY in listener
Feb 21, 2025
Goal:
- reduce the network load on the listener/database.
- reduce the latency of scheduling events by removing an intermediate for NOTIFY
Currently the new fhevm-listener sends a NOTIFY for each row inserted.
This can be delegated to the database directly:
The text was updated successfully, but these errors were encountered: