Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
opt(restore): Sort the buffer before spinning the writeToDisk gorouti…
…ne (#7984) Sort the buffer beforehand instead of sorting it in the goroutine used for writing the buffer to disk. The writeToDisk goroutines are throttled and making it expensive causes other goroutines to block. This change significantly improves the restore map phase.
- Loading branch information