Open
Conversation
rkistner
reviewed
Apr 20, 2026
| Replication lag refers specifically to stage 2: the time or volume of changes that have been committed to the source but not yet processed by the PowerSync Service. On Postgres, this is reported as `replication_lag_bytes` (bytes of WAL ahead of the PowerSync replication slot). | ||
|
|
||
| <Note> | ||
| SQL Server has an additional source of latency inside stage 1: the CDC capture job itself runs on an interval (default 5 seconds on SQL Server, fixed at 20 seconds on Azure SQL), so changes do not appear in the CDC change tables instantly. See [SQL Server](#sql-server) below. |
Collaborator
|
Potentially also worth looking at these pending updates (waiting on the next Service release): #392 We don't need to consolidate both PRs necessarily, can still merge 392 later, but just wanted to share in case it affects any of the content here. |
per replicated row, not with query complexity.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
maintenance-ops/replication-lag.mdxwith monitoring, common causes, and remediation stepsproduction-readiness-guide.mdxso the anchor resolves (for url reference)maintenance-ops/monitoring-and-alerting.mdxandmaintenance-ops/production-readiness-guide.mdx