Copying collections to a remote destination server is slow
When pasting a collection to a remote destination server, it is slow! When pasting a collection to a server that is local it is fast.
Attempting to copy a collection with just 60k entries using a total of maybe 40MB can take a good 30 minutes if the destination is over the internet. However, that same copy command will be under 1 minute if the destination server is local.
This is not a case of slow internet, as other copying methods work in under 1 minute.
My primary suspicion is bulk inserts could be utilized to speed up the insert process.
-
We moved to bulk writes for exports with 3.5.0.
-
Dave Sharone commented
I think the fix for this made it into 3.5.0. Seems much faster now!