Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize lightning conflict recording tables #52393

Closed
lyzx2001 opened this issue Apr 8, 2024 · 2 comments · Fixed by #53289
Closed

Optimize lightning conflict recording tables #52393

lyzx2001 opened this issue Apr 8, 2024 · 2 comments · Fixed by #53289
Assignees
Labels
affects-8.1 component/lightning This issue is related to Lightning of TiDB. type/enhancement

Comments

@lyzx2001
Copy link
Contributor

lyzx2001 commented Apr 8, 2024

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
Copy link
Contributor Author

lyzx2001 commented Apr 8, 2024

/assign @lyzx2001

@lyzx2001
Copy link
Contributor Author

/label affects-8.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-8.1 component/lightning This issue is related to Lightning of TiDB. type/enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants