Re: QueryCursor.getAll() performance is very very low !!!

2018-06-01 Thread the_palakkaran
Hi Ilya, I was missing the index=true annotation in my server deployed jars. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: QueryCursor.getAll() performance is very very low !!!

2018-05-30 Thread ilya.kasnacheev
Hello! Please provide your key and value classes in case you're using indexed types (annotations). Regards, -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

QueryCursor.getAll() performance is very very low !!!

2018-05-29 Thread the_palakkaran
Hi, I have 200 caches loaded into a single data region. Among that I have a customerCache which has 300K records. It has many indexed fields, including customer number. When I query using *SQLFieldsQuery *on this particular cache (where condition has just customer number = ?), it takes