Hello,
Is it possible to use multiple value key ?
For example,
Timestamp, Integer, Integer ?
I know that loading data maybe done using key - get method for example.
But how to implement load with many value key ?
Now, I simply write query: ... WHERE key = 42.
However, for multiple key:
WHERE key= 42 && timestamp ='2001-12...'  && k2 = 21.
What about situation when I give only two parameters, for example WHERE key=
42 && timestamp ='2001-12...' .
Moreover, is it possible to get all rows with timestamp later  than year
2000 ?




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/multiple-value-key-tp4138.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to