Skip to content

Commit 7769550

Browse files
committed
Release 4.3.0 + 4.4.0
1 parent 81a0f36 commit 7769550

7 files changed

Lines changed: 25 additions & 4 deletions

File tree

docs/data-replication/incremental-check.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
Incremental data validation is a real-time mechanism designed to enhance data accuracy and consistency. It periodically samples and compares newly inserted or updated records between the source and target systems to detect and automatically correct inconsistencies.
44

5-
## Prerequisites
6-
7-
Tables selected for incremental validation must have a primary key or a unique index.
8-
95
## Background
106

117
As real-time data synchronization and integration become core demands across modern enterprises, ensuring consistent data flow between heterogeneous systems has grown increasingly critical. However, real-time sync is often prone to issues such as network latency, system errors, and failed writes, which can result in inconsistencies between source and target databases—ultimately impacting business decisions and operational efficiency.
-65.4 KB
Loading
9.1 KB
Loading
-139 KB
Loading

docs/images/tapdata_throughput.png

-141 KB
Loading

docs/operational-data-hub/fdm-layer/validate-data-quality.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ Click the **Result** link for any validation task to view its results in depth.
5858
- Use **One-Click Repair** to automatically align data between source and target.
5959
- Download detailed mismatch reports for further analysis.
6060

61+
Additionally, you can **generate repair SQL** for in-depth analysis or execute it manually in the database to fix the issue.
62+
6163
![View validation Results](../../images/check_data_result_en.png)
6264

6365
For **Full Table Value Validation** or **Key Field Value Validation**, you can also click **Diff Validation** in the top-right corner to re-run validation only on the previously identified differences, confirming whether they have been resolved.

docs/release-notes-on-prem.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,29 @@ import TabItem from '@theme/TabItem';
1414
<TabItem value="Version 4.x" default>
1515
```
1616

17+
## 4.4.0
18+
19+
### New Features
20+
21+
- [Incremental data validation](data-replication/incremental-check.md) now supports tables without primary keys, along with manual repair. This expands validation coverage and helps ensure data consistency.
22+
- Added [alert notifications](system-admin/other-settings/notification.md#alert-settings) during task retries to improve visibility and responsiveness in failure scenarios.
23+
- Introduced "Node Data Preview" in the task editor, allowing you to view sample fields instantly while configuring tasks—speeding up design and troubleshooting.
24+
25+
### Enhancements
26+
27+
- Improved data source monitoring: Added connection status and performance metrics for Sybase and PostgreSQL, enhancing system observability.
28+
29+
## 4.3.0
30+
31+
### New Features
32+
33+
- [Data validation](operational-data-hub/fdm-layer/validate-data-quality.md) now supports exporting repair SQL for inconsistent results, with compatibility for PostgreSQL, Sybase, and **SQL Server**. This makes offline auditing and rollback easier for ops teams.
34+
- JS Processor Node now supports the `unset` operation, enabling targeted field removal in MongoDB. Ideal for cleanup and payload optimization.
35+
36+
### Enhancements
37+
38+
- Refined logic for marking full sync tasks as completed: now based on whether all writes to the target are finished—more aligned with real business completion.
39+
1740
## 4.2.0
1841

1942
### New Features

0 commit comments

Comments
 (0)