Consider that I have configured 1 Mb of key-cache (Consider it can hold 13000 of keys ).
Then I wrote some records in a column family(say 20000). Then read it at first (All keys sequentially in the same order used to write ), and keys are started to stored in key-cache. When the read reached @ 13000 the key cache is filled completely. What will happen to the key-cache when the next keys are read? (Which key is removed for the newly read key ?). Key-Cache following FIFO or LIFO or Random out ?. Thanks & Regards Job M Thomas Platform & Technology