This is a read-only copy of the MariaDB Knowledgebase generated on 2024-11-15. For the latest, interactive version please visit https://mariadb.com/kb/.

TABLESPACES

[PROBLEM] Why does MariaDB does not support creation of Tablespaces ? Is there any alternative to it ?

Answer Answered by Ian Gilfillan in this comment.

MariaDB supports per-table and system tablespaces (see innodb_file_per_table). If you're referring to the CREATE TABLESPACE statement, it does not. If you have a need for this, I suggest adding it as a feature request to JIRA.

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.