Additional Info.
When I do load cache it is loading all data, when I am doing to web console
to test queries I noticed

select  * from table where itemnId='abcdef' AND *storeId=0058*;

works while query below does not work

select  * from table where itemnId='abcdef' AND *storeId='0058'*;

I have same configuration for itemId and storeId so ideally it should work
for second case also, storeId and itemId both are string




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to