Optimize lightning conflict recording tables #52393
Labels
affects-8.1
This bug affects the 8.1.x(LTS) versions.
component/lightning
This issue is related to Lightning of TiDB.
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
Currently, conflicts from preprocess duplicate detection are stored in table
lightning_task_info.conflict_records
, conflicts from post-import conflict detection are stored inlightning_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.
The text was updated successfully, but these errors were encountered: