Re: Performance comparison of Primary Vs Secondary Indexes

2017-12-07 Thread Nikolai Tikhonov
Seems that there is no direct dependence of influence of the number of nodes on performance. It strong depends from your case. Any way, you need to do experiment for your case and analyze results. On Thu, Dec 7, 2017 at 6:07 PM, Naveen wrote: > Hi Nikolay > > Can it get deteriorated further if w

Re: Performance comparison of Primary Vs Secondary Indexes

2017-12-07 Thread Naveen
Hi Nikolay Can it get deteriorated further if we have more nodes in the cluster ? If so, performance of secondary index is inversely proportional to the number of nodes Thanks Naveen -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Performance comparison of Primary Vs Secondary Indexes

2017-12-07 Thread Nikolai Tikhonov
Hello! It looks as expected behaviour. In the first request you use IgniteCache API. In this case Apache Ignite knows which node in a cluster have a data and fetch a entry from it. Only one request and one responce. But in the second request Ignite does more action. In the first, Apache Ignite pa

Performance comparison of Primary Vs Secondary Indexes

2017-12-07 Thread Naveen
Hi Am using 2.3 Doing a POC with 2 caches each having 10M records. My cluster configuration is, 3 server nodes and one client node. When I do the PT on primary key thru Rest API like this, I could TPS of around 30K and above. http://10.144.114.115:8080/ignite?cmd=get&key=P10007&cacheName