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
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
The text was updated successfully, but these errors were encountered: