Re: Setting performance expectations

2018-10-01 Thread Daryl Stultz
appreciably faster than reading from the database. -- Daryl Stultz Principal Software Developer _ OpenTempo, Inc http://www.opentempo.com<http://www.opentempo.com/> mailto:daryl.stu...@opentempo.com<mailto:daryl.stu...@opentempo.com>

Ignite Web Agent

2018-09-26 Thread Daryl Stultz
emo". Maybe that's because I don't have the agent running yet, which brings me to my problem. I can't find any place to download the Ignite Web Agent, or clone a repo or anything. Where do I find this? Thanks. -- Daryl Stultz Principal Software Developer

Re: Setting performance expectations

2018-09-21 Thread Daryl Stultz
I've discovered that "partitioned" is the default Cache Mode. I set it to "local". Things run faster now. Still not as fast as expected. 2018-09-21 20:54:41.733 DEBUG - c.o.i.IgniteSpec : load 428765 rows into local map in 976 ms 2018-09-21 20:54:43.562 DEBUG - c.o.i.IgniteSpec : putAll map to

Re: Setting performance expectations

2018-09-20 Thread Daryl Stultz
is my understanding correct, that you first select 400k records from DB, DB is remote and this takes 700ms, then you select all these 400k records from Ignite and now it takes 500ms, but in this case ignite is a local embedded node? All of this runs on my laptop, no network involved. MacBook

Setting performance expectations

2018-09-19 Thread Daryl Stultz
h? I ran IgnitePutBenchmark and the report says 124K ops per second average. I'm certainly not seeing that in my test case. Thanks. -- Daryl Stultz Principal Software Developer _ OpenTempo, Inc http://www.opentempo.com<http://www.opentempo.com/>