tidb icon indicating copy to clipboard operation
tidb copied to clipboard

Optimize lightning conflict recording tables

Open lyzx2001 opened this issue 10 months ago • 2 comments

Enhancement

Currently, conflicts from preprocess duplicate detection are stored in table lightning_task_info.conflict_records, conflicts from post-import conflict detection are stored in lightning_task_info.conflict_error_v2. For better user experience, we would like to optimize them by using view to return the union of two tables, so that users do not need to search in two tables for conflicts.

lyzx2001 avatar Apr 08 '24 03:04 lyzx2001

/assign @lyzx2001

lyzx2001 avatar Apr 08 '24 03:04 lyzx2001

/label affects-8.1

lyzx2001 avatar Apr 15 '24 13:04 lyzx2001