I mean following situtation:

my key is integer and timestamp.
Now, using SELECT * FROM ... WHERE timestamp IS BETWEEN (A, B) AND integer
IN {1,2} 
(it is only pseudocode)
It loads into cache ignite entire data with integer key = 1;2 and timestamp
from interval (A,B)

ANd now, having this double value key is it possible to load entire data (to
cache) all rows from interval (A, B) ?
Now, using SELECT * FROM ... WHERE timestamp IS BETWEEN (A, B) AND integer
IN *ANY*


Aim: loading data from cache with partially defined key.



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

Reply via email to