Couchbase java bulk load

I’d rather do smaller batch counts, since getBulks are synchronous and also rather expensive on a single thread.
You can try smaller batch counts, Stale TRUE as well if that fits your requirements, or if that is still too slow I’d recommend you to either hand-roll some multithreaded view querying where batches are loaded from a thread pool in parallel or you try out the new SDK and use the asynchronous workflows.