-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
feature/acceptedThis feature request is accepted by product managersThis feature request is accepted by product managerspriority/P0The issue has P0 priority.The issue has P0 priority.type/feature-requestCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Milestone
Description
Description
Optimize the performance and efficiency of bulk deletion, a typical query is:
delete * from table where id < ?
Category
Feature, Stability
Value
Implement a special SQL using offset in session to improve performance delete * from table where t < xxx (backgroud & no-automic)
.
Time
GanttStart: 2020-07-31
GanttDue: 2020-08-15
Metadata
Metadata
Assignees
Labels
feature/acceptedThis feature request is accepted by product managersThis feature request is accepted by product managerspriority/P0The issue has P0 priority.The issue has P0 priority.type/feature-requestCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.