This is a significant update. Configuration for the library changed and should be migrated.
This creates a migration that creates a stored procedure in the database. The stored proc does faster loop checks for LSN replication. This reduces latency as we spend less time going over the network from the app server to the database.
In the application.ex, now a supervisor is registered which manages the processes needed for tracking requests to be notified of replication and actually checking with the database for replication updates.
This is a significant update. Configuration for the library changed and should be migrated.
This creates a migration that creates a stored procedure in the database. The stored proc does faster loop checks for LSN replication. This reduces latency as we spend less time going over the network from the app server to the database.
In the
application.ex
, now a supervisor is registered which manages the processes needed for tracking requests to be notified of replication and actually checking with the database for replication updates.