Hi Team,

We are using apache-ignite node for our C++ application.
For one of the scenarios we need to get the result based on value of the the
columns(which is not key field).
If we do a getAll() on DB node then we have to linearly search the whole
Database which is taking too much time in case of more records.
If we run sql select query on the column value on our key-value cache, then
will it be faster than linear search? 
Do we need to use "indexing" for faster results?
if yes can we create index on our existing key-value cache? if yes how?

regards,
Rakshita 



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

Reply via email to