MySQL Forums
Forum List  »  Optimizer & Parser

Re: Deactivate an activate Database
Posted by: Bob Field
Date: October 06, 2006 09:35AM

This rather depends on what storage engine you are using. InnoDB tables are by default stored in a shared table space, so it is not possible to 'deactivate' a particular database as such. MyISAM tables are stored in separate files, and as long as a table has not been accessed, the file will never be opened.

Options: ReplyQuote


Subject
Views
Written By
Posted
10718
October 06, 2006 06:37AM
Re: Deactivate an activate Database
3868
October 06, 2006 09:35AM
3322
October 06, 2006 11:12PM
3115
October 06, 2006 11:48PM


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.