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
I checked the source code of some import tools of tidb like tikv-br, tidb-lightning and found that they did not use these two interfaces (upload and ingest), but called importsst:: write / rawwrite. Why?
i notice that the
upload
andingest
methods:I wonder if it can be used to import SST files into tikv(used with txn-client) ?
kvproto/proto/import_sstpb.proto
Lines 38 to 40 in 8c4cd3f
I checked the source code of some import tools of tidb like
tikv-br
,tidb-lightning
and found that they did not use these two interfaces (upload and ingest), but called importsst:: write / rawwrite. Why?kvproto/proto/import_sstpb.proto
Lines 50 to 51 in 8c4cd3f
The text was updated successfully, but these errors were encountered: