What is the Java source code? Most of the people have difficulties to write 
proper Java JDBC code for bulk inserts (even for normal databases). It requires 
some thinking on threading, buffers and of course selecting the right 
methodology to insert etc

> On 24. Jan 2018, at 08:20, Ganesh Sarde <[email protected]> wrote:
> 
> 
> Hi ,
> 
> We are using ignite JDBC thin driver to store 1 million records in a table on 
> ignite cache. To insert 1 Million records on single node it take 60 sec, 
> whereas on cluster of 2 nodes it takes 5 min and time grows exponentially as 
> number of nodes are increased.
> 
> attached ignite log file where time was consumed on cluster. attached 
> configuration file for the cluster. The log and configuration file is here
> IS there any additional configuration required to get time down to insert 
> records over a cluster.
> 
> Thanks & Regards,
> 
> Ganesh Sarde
> 
> 

Reply via email to