You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we restart tiflash, we need to init all DeltaMergeStore, in DeltaMergeStore::DeltaMergeStore we need to restore a lot of dmfiles, which make the restart a long time.
Besides, we find now in DeltaMergeStore::DeltaMergeStore we restore each dmfile twice, which not necessary here. Thus we can reduce the restore dmfile times to speed up.
The text was updated successfully, but these errors were encountered:
Enhancement
When we restart tiflash, we need to init all DeltaMergeStore, in DeltaMergeStore::DeltaMergeStore we need to restore a lot of dmfiles, which make the restart a long time.
Besides, we find now in DeltaMergeStore::DeltaMergeStore we restore each dmfile twice, which not necessary here. Thus we can reduce the restore dmfile times to speed up.
The text was updated successfully, but these errors were encountered: