Open
Description
From AntonBak...@gmail.com on June 14, 2013 17:08:01
Currently load.py and dump.py utilities are loading/dumping documents one by one which is tremendously slow.
Introducing bulk loading/dumping will really speed up the things here.
Maybe we can add an option like "--bulk-size" with default value set to 1 (load/dump documents one by one, just like it happens now) to allow user some additional utility tuning.
Original issue: http://code.google.com/p/couchdb-python/issues/detail?id=226