Want to save any list of json documents in one db call

Hi,

Let’s say i have 3 different types of documents with 3 different data structures. I want to save them in single DB call. Is it possible to save them in single DB call using reactive java client SDK version 2.7.10 ?

Thanks

Hi Nitesh,

I’m not aware of a special command to save a batch of documents. In SDK 2.7 the “async” API is the recommended way to process several documents at once. Code samples for SDK 2.7 here: Batching operations using SDK.

Thanks,
David