MySQL Forums
Forum List  »  MyISAM

Re: load index into cache
Posted by: Mike Connell
Date: August 17, 2005 10:08PM

Hi,

Read the fine print in the manual and found the syntax for individual index loading (cool :).

LOAD INDEX INTO CACHE tbl_index_list [, tbl_index_list] ...

tbl_index_list:
tbl_name [[INDEX|KEY] (index_name[, index_name] ...)] [IGNORE LEAVES]

I did file a feature request #12634 about the leaf nodes being evicted first if the index is
bigger than the cache size.

I also filed a feature request on flush tables (#12635) to be able to evict the leaf nodes or
a particular index. This would be a complement to LOAD INDEX INTO CACHE...
the ability to evict selected items from the cache.

Thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
2903
August 16, 2005 04:48PM
1903
August 17, 2005 04:08AM
Re: load index into cache
1945
August 17, 2005 10:08PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.