Re: How to accelerate the query speed in Partitioned Mode

2016-07-07 Thread ght230
Thank you for your reply. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-accelerate-the-query-speed-in-Partitioned-Mode-tp5826p6159.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: How to accelerate the query speed in Partitioned Mode

2016-07-06 Thread Denis Magda
g.valueOf(personId), orgId, > "FN123", "LN456"); > cachePerson.put(personId, p); > } > } > > SqlQuery sqlPer = new SqlQuery(Person2.class, "orgId=?"); > > Long st = System.currentTimeMillis(); >

Re: How to accelerate the query speed in Partitioned Mode

2016-07-06 Thread ght230
cnt++; } System.out.println("return rownum:=" + cnt); } cachePerson.clear(); cachePerson.destroy(); ignite.close(); } } -- View this message in context: http:/

Re: How to accelerate the query speed in Partitioned Mode

2016-06-26 Thread AndreyVel
-accelerate-the-query-speed-in-Partitioned-Mode-tp5826p5899.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: How to accelerate the query speed in Partitioned Mode

2016-06-24 Thread ght230
this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-accelerate-the-query-speed-in-Partitioned-Mode-tp5826p5896.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: How to accelerate the query speed in Partitioned Mode

2016-06-23 Thread AndreyVel
Could you tell more details about result size, cache size. Does cache have index? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-accelerate-the-query-speed-in-Partitioned-Mode-tp5826p5850.html Sent from the Apache Ignite Users mailing list archive at

Re: How to accelerate the query speed in Partitioned Mode

2016-06-23 Thread AndreyVel
= (PersonKey)key; return pk.getGroupId(); } return key; } }); -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-accelerate-the-query-speed-in-Partitioned-Mode-tp5826p5837.html Sent from

How to accelerate the query speed in Partitioned Mode

2016-06-23 Thread ght230
the query speed in the above condition? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-accelerate-the-query-speed-in-Partitioned-Mode-tp5826.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.