Solutionunvalidated
without using reWriteBatchedInserts inserts will not be merged — set batch_size > 1. Tension: Hibernate send multiple statement in the same time and not merging them into multi-valued INSERT. Outcome: without using reWriteBatchedInserts inserts will not be merged.
54a2a9a7-f509-4ef1-8ceb-5d3f80ed5bac
without using reWriteBatchedInserts inserts will not be merged — set batch_size > 1. Tension: Hibernate send multiple statement in the same time and not merging them into multi-valued INSERT. Outcome: without using reWriteBatchedInserts inserts will not be merged.