Hello,
I want to ask you if it is more efficient to make 3 separate mutateIn calls or a single one like this or it is the same.
mutateIn(“hotel_1368”, List.of(remove(“ty”));
mutateIn(“hotel_1368”, List.of(remove(“tz”));
…
mutateIn(“hotel_1368”, List.of(remove(“ty”), List.of(remove(“tz”), …);
If someone has some links/ books of best practices for performances with java sdk would be appreciated.
Thanks for the support.
Andrea