VoltDB bulk loader
Oct 14, 2015
Hi everyone,
I'm currently working on a Java application using Spark Streaming where each Spark worker saves about 30-40k lines into VoltDB
I've already seen this thread regarding VoltDB bulk insert. I've recently encountered a VoltDB bulk loader and I was wondering if I can also use it for bulk insertion and is it better than just inserting in a tight loop. I'm asking this since this class is not highly documented and I couldn't understand if it's better or worse than the tight loop insertion method
Thanks in advance :)
I'm currently working on a Java application using Spark Streaming where each Spark worker saves about 30-40k lines into VoltDB
I've already seen this thread regarding VoltDB bulk insert. I've recently encountered a VoltDB bulk loader and I was wondering if I can also use it for bulk insertion and is it better than just inserting in a tight loop. I'm asking this since this class is not highly documented and I couldn't understand if it's better or worse than the tight loop insertion method
Thanks in advance :)