Moncef AOUDIA

Software developer - OSS enthusiast
en | fr

Bulk Update With Spring Data MongoDB Reactive

Published on 2022-06-20 | Updated on 2024-02-09 | 10 mins read | Tutorial Reactive Programming

In order to update documents in a MongoDB collection, we often use update requests, if the volume of data is too large, it could lead to performance issues and overconsumption of hardware resources.

We will implement a solution to enrich and update efficiently a large amount of data using Spring Data MongoDB Reactive.

Continue reading