To reduce the overhead of transferring data between the read nodes and the write nodes, we need to make client-c support sending super batch coprocessor requests.
Super batch coprocessor requests help us reduce the network overhead and the read amplification of delta data in the storage layer level.
To reduce the overhead of transferring data between the read nodes and the write nodes, we need to make client-c support sending super batch coprocessor requests. Super batch coprocessor requests help us reduce the network overhead and the read amplification of delta data in the storage layer level.
Reference: https://github.com/pingcap/tidb/blob/v6.1.0/store/copr/batch_coprocessor.go#L675