Parallel inserts in couchbase using multithreading in Java

Ah if you’re using the 1.4 SDK then unfortunately the link I provided doesn’t apply (it’s for SDK 2.x). In 1.4 we only had bulk get, no bulk set. For 1.4, bulk get documentation is here, but you may also benefit from switching to async if you’re not already using the async methods, see this section of the documentation.