The  latest release
<http://finance.yahoo.com/news/gridgain-professional-edition-1-9-130000667.html>
  
of ignite introduces streaming mode that enables DML execution operations in
specific scenarios, such as *batch inserts and updates or data preloading*.
I tried following the  jira issue
<https://issues.apache.org/jira/browse/IGNITE-4169>   but I couldn't get
much.

Talking about batch inserts and updates, as I understand till now, apache
ignite allowed them through igniteCache.putAll() api. Data preloading could
be done through the IgniteDataStreamer addData api or the
igniteCache.loadCache() api that internally called the
CacheStore.loadCache() implementation.

Could someone explain this performance improvement? What is the streaming
mode? What are the API changes with this?

Thanks.



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Understanding-faster-batch-inserts-updates-with-apache-ignite-1-9-tp11117.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to