vesoft-inc / nebula-importer

Nebula Graph Importer with Go
Apache License 2.0
90 stars 60 forks source link

Does importer picks up from the place it last imported if restarted? #282

Closed cloud4us closed 1 year ago

cloud4us commented 1 year ago

General Question

Do you know if I import 2TB of data, and importer restarts at 1TB, will it start from the beginning (need to import 2TB again) or pick up where it last stopped (need to import only 1TB) remaining.

veezhang commented 1 year ago

No intermediate state is recorded, it will start from scratch.