We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have setting like this:
Source DB Postgre Sql 15.4
Target DB Postgre Sql 16.2
On this moment we are using 3 subscriptions from target DB and 1 subscription from microservice with DotNetify Core 5.4 and DotNetify. Postgres 3.0.1
Right now subscription from DotNetify is missing some inserts and updates.
Below result from pg_stat_replication. Last row is microservice with dotNetify
and here from pg_replication_slots. Also last row seems not keeping up with rest replications
Can I rise synchronisation level for this library in .Net? Right now it seems it is on 0 level, Or is it some other problem?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We have setting like this:
Source DB Postgre Sql 15.4
Target DB Postgre Sql 16.2
On this moment we are using 3 subscriptions from target DB and 1 subscription from microservice with DotNetify Core 5.4 and DotNetify. Postgres 3.0.1
Right now subscription from DotNetify is missing some inserts and updates.
Below result from pg_stat_replication. Last row is microservice with dotNetify
and here from pg_replication_slots. Also last row seems not keeping up with rest replications
Can I rise synchronisation level for this library in .Net? Right now it seems it is on 0 level,
Or is it some other problem?
The text was updated successfully, but these errors were encountered: