You can use most normal statements from the MariaDB data definition language (DDL) with ColumnStore tables. This section lists DDL that differs for ColumnStore compared to normal MariaDB usage.
Title | Description |
---|---|
DDL statements that differ for ColumnStore | Lists of data definition statements (DDL) that differ from normal MariaDB DDL |
ColumnStore Alter Table | Modifies existing tables including adding, deleting and renaming columns |
ColumnStore Create Procedure | Creates a stored routine in ColumnStore |
ColumnStore Create Table | Create multiple columns |
ColumnStore Drop Table | Deletes a table from ColumnStore |
ColumnStore Alter View | Alters the definition of a view. CREATE OR REPLACE VIEW may also be used t... |
ColumnStore Create View | Creates a stored query in the MariaDB ColumnStore Syntax CREATE [OR REPLACE] VIEW |
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/columnstore-data-definition-statements/