Enterprise-grade log-based Change Data Capture (CDC) technology that reads database transaction logs in real-time, delivering 90% data compression for efficient cloud replication.
Unlike traditional query-based replication, Data Sync reads the database transaction log files directly—capturing every INSERT, UPDATE, and DELETE in real-time without impacting database performance.
Every database transaction (INSERT, UPDATE, DELETE) is first written to a transaction log file before being committed to the database.
Our CDC agent continuously monitors and reads these log files, parsing transaction records in real-time without querying the production database.
Each transaction is converted into a structured change event with before/after values, timestamp, and transaction metadata.
Changes are compressed (up to 90% reduction) and streamed to cloud destinations in near real-time, preserving transactional consistency.
No queries run against production databases—log reading has minimal CPU/memory overhead.
Sub-second latency from database commit to change event delivery to the cloud.
Captures all operations including DELETEs and schema changes, with exact ordering preserved.
Our intelligent compression algorithms reduce network bandwidth requirements by up to 90%, enabling cost-effective replication of large enterprise datasets to the cloud.
Data Sync employs multiple compression techniques optimized for database change data:
Similar values in column batches are compressed together using dictionary encoding and run-length encoding.
Only changed columns can be transmitted, not entire rows—drastically reducing payload size for UPDATEs.
High-speed LZ4, snappy, or gzip algorithm compresses data streams with minimal CPU overhead and sub-millisecond latency.
Data types are encoded efficiently—integers use variable-length encoding, strings use dictionary compression.
Result: A typical 1TB SAP HANA database replicates to the cloud using only ~100GB of network bandwidth per full sync.
Automated schema discovery and intelligent data type mapping ensures seamless replication from enterprise databases to modern cloud platforms.
SAP HANA
Data Sync
Snowflake
| Source Database | Source Type | Target Platform | Target Type | |
|---|---|---|---|---|
| SAP HANA |
VARCHAR(255)
|
Snowflake |
VARCHAR(255)
|
|
| Oracle |
NUMBER(18,2)
|
BigQuery |
NUMERIC(18,2)
|
|
| SQL Server |
DATETIME2
|
Databricks |
TIMESTAMP
|
|
| PostgreSQL |
JSONB
|
Snowflake |
VARIANT
|
|
| MySQL |
TINYINT(1)
|
BigQuery |
BOOL
|
|
| SAP HANA |
BLOB
|
Databricks |
BINARY
|
Enterprise-grade architecture designed for reliability, scalability, and security at every layer.
Built with enterprise security standards from the ground up. All data is encrypted in transit and at rest, with comprehensive audit logging.
TLS 1.3 for all data in transit
Granular permissions & SSO
Complete activity tracking
VPC peering & PrivateLink
Experience log-based CDC with 90% compression. Get your enterprise data flowing to the cloud in minutes, not months.
Trusted by enterprise data teams worldwide