marklogic-community / Corona

Community REST API for MarkLogic
Other
37 stars 9 forks source link

RFE: Update RecordLoader to speak Corona's protocol #24

Open hunterhacker opened 12 years ago

hunterhacker commented 12 years ago

This would be convenient for people doing bulk uploads.

It will also let us do a fair comparison of performance between the Corona vs XDBC protocols.

For performance we should probably group documents into small batches (~32 docs), using multi-statement transactions and/or multiple documents uploaded together.

hunterhacker commented 12 years ago

Notes to self:

http://marklogic.github.com/recordloader/

ContentFactory is a plug point

HttpContentFactory is a base on which to build Needs to adjust how it passes collections and the rest Needs to be adjusted to handle binaries When the basics are working, adjust to send X many files in a transaction