From 3a971c37911048ad8d3cc45483acdfcb7690fec0 Mon Sep 17 00:00:00 2001 From: Evan Tahler Date: Fri, 17 May 2024 10:44:46 -0700 Subject: [PATCH] Mention transaction id wrap around in xmin warning (#38235) --- docs/integrations/sources/postgres.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/integrations/sources/postgres.md b/docs/integrations/sources/postgres.md index a7fd4dd0ef9b..3e59373ca228 100644 --- a/docs/integrations/sources/postgres.md +++ b/docs/integrations/sources/postgres.md @@ -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