Hello!

Have you tried force-flushing by doing SET STREAMING OFF; SET STREAMING ON;
every once in a while?

If this does not help, can you post a small reproducer on github?

Regards,
-- 
Ilya Kasnacheev


вс, 18 нояб. 2018 г. в 10:43, joseheitor <j...@heitorprojects.com>:

> JDBC Client connection URL with 'streaming=true' runs (much faster than
> without) but no data is inserted into table. No errors are reported.
>
> I have two nodes with one partitioned table. Without 'streaming=true' it
> take around 8 hours to load 8,000,000 rows. The insert loop takes only
> around 8 minutes with streaming=true, but no data is inserted into the
> table.
>
> Any suggestions?
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to