Description
Each table has table properties. Currently, users can only set table properties only when a table is created. But, in many cases, we need to change table properties later.
To allow users to change table properties of an existing table, I propose 'ALTER TABLE SET PROPERTY' statement.
The proposed grammar is as follow:
ALTER TABLE SET PROPERTY property_name = property_value, ..., property_name = property_value;
property_name=property_value can be listed by comma chain.
Attachments
Attachments
Issue Links
- is related to
-
TAJO-2165 Add 'ALTER TABLE UNSET PROPERTY' statement to Tajo DDL
- Resolved
- links to