tidb
tidb copied to clipboard
Optimize lightning conflict recording tables
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.
/assign @lyzx2001
/label affects-8.1