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
Now the loader is used to restore for mydumper backup files. The loader is less maintained, and its functionality is fully implemented in tidb-lightning and well maintained. So we should replace loader with tidb-lightning.
TiDB Lightning supports two backends: importer and tidb. The importer backend needs to deploy another process tikv-importer while the tidb backend can be simply a drop-in replacement of the legacy loader.
The text was updated successfully, but these errors were encountered:
Feature Request
Now the
loader
is used to restore for mydumper backup files. Theloader
is less maintained, and its functionality is fully implemented in tidb-lightning and well maintained. So we should replaceloader
withtidb-lightning
.TiDB Lightning supports two backends:
importer
andtidb
. Theimporter
backend needs to deploy another processtikv-importer
while thetidb
backend can be simply a drop-in replacement of the legacyloader
.The text was updated successfully, but these errors were encountered: