File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
site/content/3.12/release-notes/version-3.12 Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -248,8 +248,21 @@ This following startup options of arangodump are obsolete from ArangoDB 3.12 on:
248248 time range with the MMFiles storage engine. It had no effect for the RocksDB
249249 storage engine and so it is removed now.
250250
251+
251252### arangoimport
252253
254+ #### Maximum number of import errors
255+
256+ The new ` --max-errors ` startup option limits the amount of errors displayed by
257+ _ arangoimport_ , and the import is stopped when this value is reached.
258+ The default value is ` 20 ` .
259+
260+ Previously, the import would continue even when there were many errors. To
261+ achieve a similar behavior with the new version, set the value of ` --max-errors `
262+ to a high value.
263+
264+ #### Automatic file format detection
265+
253266* arangoimport* now automatically detects the type of the import file based on
254267the file extension. The default value of the ` --type ` startup option has been
255268changed from ` json ` to ` auto ` . You might need to explicitly specify the ` --type `
Original file line number Diff line number Diff line change @@ -588,6 +588,18 @@ collections:
588588
589589### arangoimport
590590
591+ #### Maximum number of import errors
592+
593+ The following startup option has been added to _ arangoimport_ :
594+
595+ - ` --max-errors ` : The maximum number of errors after which the import is stopped.
596+ The default value is ` 20 ` .
597+
598+ You can use this option to limit the amount of errors displayed by _ arangoimport_ ,
599+ and to abort the import after this value has been reached.
600+
601+ #### Automatic file format detection
602+
591603The default value for the ` --type ` startup option has been changed from ` json `
592604to ` auto ` . * arangoimport* now automatically detects the type of the import file
593605based on the file extension.
You can’t perform that action at this time.
0 commit comments