Open liujp opened 1 year ago
@YuJuncen could you help to reply this issue?
Got that, the writer is transaction writer while the rawWrite is for rawKv writer, and both writer is a rocksdb engine, so the batch key-values to be written in can be un-order
My question is that : How to use the Write/Rawrite RPC method to write the key-values to the tikvcluster?
Should the key-value to be written be ordered? if so, the it seems no different with the upload and ingest;
I write the values using this interface, there is an error, invalid chunk:
how to write key-values to the tikv cluster properly, Can it be compatible with