MySQL Forums
Forum List  »  InnoDB

no cache option for innodb
Posted by: namit jain
Date: February 13, 2009 06:45PM

I wanted to add a no cache option to the buffer pool so that a rogue etl process
does not pollute the buffer cache. I am new to mysql/innobase code so would
appreciate any help.

I noticed that there is a BUF_KEEP_OLD flag in buffer cache (buf0buf.c) in
innobase, but could not track how is it being passed from sql, or under which
scenario is it being used ?

I would like to pass it as an optimizer hint, but was confused - which data
structures do I need to change to pass the flag all the way down ? Can someone
tell me the code drill down (data structures to change) ?


Thanks,
-namit

Options: ReplyQuote


Subject
Views
Written By
Posted
no cache option for innodb
8095
February 13, 2009 06:45PM
2264
February 18, 2009 01:44AM


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.