Hello,

I known I can preload ordinary partitions with
IgniteCache#localPreloadPartition. But I haven't seen any possibility
for preloading indexes to memory. Now I run sql query for each indexes
to force preloading.

But I saw in wiki documentation that indexes belong to partition with
special number 65535. I tried this value with localPreloadPartition. It
works only for numbers of ordinary partitions.

May be someone knowns efficient way to preload indexes?

Thank you.

Reply via email to