Buffer Documents without Attachments
Opened this issue · 0 comments
dlvenable commented
The current import mechanism writes each new document to the database as soon as it is read from the file. The performance of the importer can be improved by buffering documents to import and then performing bulk updates as necessary. This can only be done on documents which do not have attachments since the bulk updater does not take MIME multipart as input.