It could be very useful to have an automatic transaction batch in the console when you're importing data.
arcadedb> set transactionBatchSize = 1000
With this setting, the console will automatically create transactions containing maximum transactionBatchSize commands each.
It could be very useful to have an automatic transaction batch in the console when you're importing data.
With this setting, the console will automatically create transactions containing maximum
transactionBatchSizecommands each.