MySQL Forums
Forum List  »  InnoDB

Re: multiple files per tablespace of a table
Posted by: Andrew Simkovsky
Date: September 10, 2013 09:08PM

No, you cannot. If you have innodb_file_per_table set, each table will equal two files:

frm - format file, which stores the table structure
ibd - data & index file

Andrew Simkovsky
More mysql forums (and other databases):
http://www.dbtekpro.com/forums
Brand new! Just post!

Options: ReplyQuote


Subject
Views
Written By
Posted
1968
September 10, 2013 07:17AM
Re: multiple files per tablespace of a table
801
September 10, 2013 09: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.