We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34e6ab commit 3a971c3Copy full SHA for 3a971c3
docs/integrations/sources/postgres.md
@@ -192,6 +192,7 @@ This is a good solution if:
192
- There is not a well-defined cursor candidate to use for Standard incremental mode.
193
- You want to replace a previously configured full-refresh sync.
194
- You are replicating Postgres tables less than 500GB.
195
+- Your database doesn't incur heavy writes that would lead to transaction ID wrap around
196
- You are not replicating non-materialized views. Non-materialized views are not supported by xmin replication.
197
198
## Connecting with SSL or SSH Tunneling
0 commit comments