1) Yes 2) On my local machine with 2 nodes I can stream 500 000 entries in *2* seconds (I tried to recreate the Associate class with some fake data). Are you sure that Oracle is not a bottleneck? Can you try a local scenario with fake data - how much time does it take?
On Tue, Nov 24, 2020 at 5:46 PM ABDumalagan <ad1...@scarletmail.rutgers.edu> wrote: > I see - I'm actually going to scrap the LoadCache approach and implement > your suggestion of DataStream - I just have a couple of questions regarding > that: > > 1) Is it possible to use both DataStream and CacheStoreFactory together? > > 2) Right now, my Program.cs > <http://apache-ignite-users.70518.x6.nabble.com/file/t3023/Program.cs> of > DataStream is naïve and loads 1000 entries in ~7 seconds, 10000 entries in > ~55 seconds, and 100000 entries in 9 mins and 12 seconds > > Is this a normal time for loading bulk entries? > > Is there another way I can implement or configure DataStream to load bulk > entries faster? I think at this rate, loading > 500,000 entries will be > pushing around an hour. > > ------------------------------ > Sent from the Apache Ignite Users mailing list archive > <http://apache-ignite-users.70518.x6.nabble.com/> at Nabble.com. > >