MySQL Forums
Forum List  »  InnoDB

Re: Different ibdata files for every database
Posted by: aftab ali
Date: July 05, 2010 02:07AM

there is one more thing i would like to ask

suppose i create three ibdata files as

innodb_data_file_path=ibdata1:10M;ibdata2:10M;ibdata3:10M

now i create a database which occupies 12M space after 10M space it will insert data into ibdata2 file but as moving further we insert some values in database how would i know how much space ibdata2 has occupied because on hard drive it shows 10M for all three(ibdata1,ibdata2 and ibdata3) files

thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Different ibdata files for every database
1564
July 05, 2010 02:07AM


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.