This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
Batch inserts #110
Open
Description
Hi.
I noticed the plugin issues one insert statement per event.
Would it be possible for the plugin to implement batch inserts? It would increase insert throughput and reduce server load considerably for large workloads.
Maybe something like this: https://www.tutorialspoint.com/jdbc/jdbc-batch-processing.htm