Separate read and write path for leveldb sorter #4631
Labels
area/ticdc
Issues or PRs related to TiCDC.
component/sorter
Sorter component.
subject/performance
Denotes an issue or pull request is related to replication performance.
type/enhancement
The issue or PR belongs to an enhancement.
Separate read and write path to improve read and write throughput.
We plan to add two actors reader and writer, and let table sorter be a thin shim, which delegates AddEntry to writer and Output to reader.
The text was updated successfully, but these errors were encountered: