Skip to content

Commit

Permalink
Mention transaction id wrap around in xmin warning (#38235)
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler authored May 17, 2024
1 parent d34e6ab commit 3a971c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/integrations/sources/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ This is a good solution if:
- There is not a well-defined cursor candidate to use for Standard incremental mode.
- You want to replace a previously configured full-refresh sync.
- You are replicating Postgres tables less than 500GB.
- Your database doesn't incur heavy writes that would lead to transaction ID wrap around
- You are not replicating non-materialized views. Non-materialized views are not supported by xmin replication.

## Connecting with SSL or SSH Tunneling
Expand Down

0 comments on commit 3a971c3

Please sign in to comment.