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.
g.valueOf(personId), orgId,
> "FN123", "LN456");
> cachePerson.put(personId, p);
> }
> }
>
> SqlQuery sqlPer = new SqlQuery(Person2.class, "orgId=?");
>
> Long st = System.currentTimeMillis();
>
cnt++;
}
System.out.println("return rownum:=" + cnt);
}
cachePerson.clear();
cachePerson.destroy();
ignite.close();
}
}
--
View this message in context:
http:/
-accelerate-the-query-speed-in-Partitioned-Mode-tp5826p5899.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
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.
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
= (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
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.