Skip to content

Commit 3133dfb

Browse files
authored
[clickpipes] Add FAQ about scoping publication (#3091)
1 parent 575ff35 commit 3133dfb

File tree

1 file changed

+4
-0
lines changed
  • docs/en/integrations/data-ingestion/clickpipes/postgres

1 file changed

+4
-0
lines changed

docs/en/integrations/data-ingestion/clickpipes/postgres/faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,7 @@ For Postgres versions 13 or lower, ctid range scans are slower, and these settin
143143
3. **Create a new pipe with optimized settings**: Typically, increase the snapshot number of rows per partition to between 1 million and 10 million, depending on your specific requirements and the load your Postgres instance can handle.
144144
145145
These adjustments should significantly enhance the performance of the initial load, especially for older Postgres versions. If you are using Postgres 14 or later, these settings are less impactful due to improved support for ctid range scans.
146+
147+
### How should I scope my publications when setting up replication?
148+
149+
You can let Clickpipes manage your publications (requires write access) or create them yourself. With Clickpipes-managed publications, we automatically handle table additions and removals as you edit the pipe. If self-managing, carefully scope your publications to only include tables you need to replicate - including unnecessary tables will slow down Postgres WAL decoding. Importantly, exclude tables without primary keys if you're not replicating them to avoid potential replication slowness.

0 commit comments

Comments
 (0)