Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/data-replication/incremental-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,8 @@ To address these challenges, TapData introduces **Incremental Data Validation**,

Click **Details** next to the number of differences to view detailed discrepancy information in the popup window, including the values from both the source and target tables.

![Discrepancy Details](../images/review_incr_check_details.png)
![Discrepancy Details](../images/review_incr_check_details.png)

:::tip
When differences are found, click “Generate Custom Repair SQL” in the upper-right corner to export the diff SQL for DBA review and targeted fixes.
:::
11 changes: 11 additions & 0 deletions docs/release-notes-on-prem.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ import TabItem from '@theme/TabItem';
<TabItem value="Version 4.x" default>
```

## 4.10.0

### New Features
- Added [API](publish-apis/README.md) multi-node high-availability to improve service stability.
- In Operational Data Hub [table-detail lineage view](operational-data-hub/fdm-layer/validate-views.md), task lag is now displayed so you can spot pipeline delays at a glance.
- [Incremental data validation](data-replication/incremental-check.md) can now generate custom repair SQL, letting DBA review and apply fixes selectively.

### Enhancements
- PostgreSQL sources without a primary key but with multiple unique indexes now auto-pick one as the replica-identity key (shown as “coreUnique” in the UI).
- PostgreSQL connector lets you split a primary-key update into separate DELETE + INSERT events.

## 4.9.0

### New Features
Expand Down
Loading