Hi!

If you use put() to insert the data it's not the fastest way, using putAll(), IgniteCache.loadCache() or a streamer is usually much faster, but it depends a little on how you use your data, a streamer is fast but you can't expect all data to be available until you close or flush the streamer, there are many examples in the documentation.

Mikael

Den 2020-01-27 kl. 09:36, skrev nithin91:
Hi

I am trying to load data from Oracle Table to Ignite Cache using Cache Store
Load Cache method.

Following is the logic implemented in Load Cache method to load the data
from Oracle Table using Ignite Cache.

1. JDBC connector is used to connect to Oracle Table and the data is
available in Result Set Cursor.
2. While loop is used to loop through the Result Set Object and insert the
data into cache.

Is there any other way to insert the data from Oracle Table to Ignite Cache.
If possible please share sample code.













--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to