MySQL Forums
Forum List  »  Newbie

Re: MySQL tablespace usage to distribute tables in more disks
Posted by: Peter Brawley
Date: August 10, 2018 08:26AM

...you can specify the location of each table using the syntax CREATE TABLE ... DATA DIRECTORY = absolute_path_to_directory, as explained in Section 14.7.5, “Creating File-Per-Table Tablespaces Outside the Data Directory”. -- https://dev.mysql.com/doc/refman/5.6/en/innodb-multiple-tablespaces.html

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL tablespace usage to distribute tables in more disks
August 10, 2018 08:26AM


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.