If I have secondary index on column STATUS I would like to get all keys (within some range) that have STATUS='processed'. How can I do that without reading any columns? I just need the list of keys so only index should be accessed (one disk seek per node instead of 2).
↧