Closed flyingsilverfin closed 3 years ago
We enable a few new functionalities:
globalConfig{ parallelisation: 64; }
--cleanMigration
--loadSchema
LoadOptions
TypeDBLoader
Purpose of this PR
We enable a few new functionalities:
globalConfig{ parallelisation: 64; }
. Recommend using 8 or 12 times the number of CPUs on the TypeDB server--cleanMigration
flag is now respected, was ignored by mistake before--loadSchema
can be passed, when not using--cleanMigration
, which means schema will be loaded, as well as the data files providedLoadOptions
andTypeDBLoader