Skip to content

Commit 3a971c3

Browse files
authored
Mention transaction id wrap around in xmin warning (#38235)
1 parent d34e6ab commit 3a971c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/integrations/sources/postgres.md

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ This is a good solution if:
192192
- There is not a well-defined cursor candidate to use for Standard incremental mode.
193193
- You want to replace a previously configured full-refresh sync.
194194
- You are replicating Postgres tables less than 500GB.
195+
- Your database doesn't incur heavy writes that would lead to transaction ID wrap around
195196
- You are not replicating non-materialized views. Non-materialized views are not supported by xmin replication.
196197

197198
## Connecting with SSL or SSH Tunneling

0 commit comments

Comments
 (0)