Re: Btw anyone heard of CQ engine?

2015-09-17 Thread javadevmtl
What I like about cq is the various index types it supports.

Cqengine hash index  is O(1) is the H2 hash index the same? And will ignite
eventually enable it?



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Btw-anyone-heard-of-CQ-engine-tp1421p1441.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Re: Btw anyone heard of CQ engine?

2015-09-17 Thread javadevmtl
Ok cool. I think if we have the options as users to pick the type of index
per field it would be great. I think equality index is great for analytics
purposes. In fact I'm trying to push ignite with 9 union queries with
equality to search over millions of records if not billions.

In my particular case the data doesn't change, but I need real fast lookup
in the few milliseconds range.
So I insert the object to the cache and then query the cache, but the object
doesn't change.





--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Btw-anyone-heard-of-CQ-engine-tp1421p1445.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.