website logo
⌘K
Getting Started 🚀
What is DataLakeHouse.io?
Our Business-Value Focus
Learn the Basic Concepts
Connectors
Operations Applications
ConnectWise
Google Sheets
Aloha POS
BILL
Bloom Growth
Ceridian Dayforce
Food Delivery Service Connector
Facebook Ads
Google Analytics 4
Harvest
Hubspot
Jira
McLeod Transportation
NetSuite (Oracle NetSuite)
Optimum HRIS
QuickBooks Online
Salesforce
Shopify
Square
Square Marketplace
Stripe
Workday HCM
Xero
Databases
SQL Transformations
Terraform: Reverse Terraforming
DBT Cloud Transformations
Sync Bridge (Data Pipelines)
Create a Sync Bridge
Manually Run a Sync Bridge
Deleting a Sync Bridge
Analytics
Access Analytics
Snowflake Usage Analytics
FAQ (about syncing data)
How are new columns are added to the target Data Warehouse?
....
Data Catalog
Create the Catalog
Populate the Catalog
Access the Catalog
Data Warehousing
Snowflake
Open Source DW Models
Alerts & Notifications
Integrations (Slack, etc.)
Logs & Monitoring
Security
Release Notes
April 2022
July 2022
Community Overview
Contributor Agreements
Code Contribution Guide
About
Our
License
Viewpoint
Docs powered by archbee 
1min

XMIN

As of 4/1/2022 DLH.io supports the use of managing Change Data Capture (CDC), that is the ability to synchronize only the delta changes of records into the target destination. Unlike the other option of Logical Replication Setup, XMIN is by default enabled on all PostgreSQL server instances, and requires no additional setup. The only drawback from using XMIN is that it does not capture deleted records. This is because the reference to a record having been deleted in a database table is removed at the time of deletion and not recoverable by native default means of the XMIN protocol for PostgreSQL.

It is recommended that you understand your data synchronization requirements and proceed with the above notes in mind.

Support is available to all DataLakeHouse customers as well as our community Slack channel to assist you.

NB: Once an option is selected for PostgreSQL CDC, it cannot be changed for the the source connector. You will need to create a new source connector which will require a new Sync Bridge (Data Pipelines).

Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Logical Replication Setup
Docs powered by archbee