seekdb V1.4.0 (REVISION: 1-0003f8d4b32a2cfe3b75ae8f4dbe26fcee994541, Ubuntu 24.04):
CREATE TABLE t1 (id bigint NOT NULL, d datetime NOT NULL, PRIMARY KEY(id, d))
DYNAMIC_PARTITION_POLICY = (ENABLE = true, TIME_UNIT = 'day', EXPIRE_TIME = '30 day');
-- ERROR 1064 (42000): syntax error near 'DYNAMIC_PARTITION_POLICY ...'
This syntax can be used normally in V1.3.0. This syntax description is still retained in the document, but an error is reported when V1.4.0 is executed.
Is dynamic partitioning removed in V1.4.0 or is the syntax changed?
seekdb V1.4.0 (REVISION: 1-0003f8d4b32a2cfe3b75ae8f4dbe26fcee994541, Ubuntu 24.04):
CREATE TABLE t1 (id bigint NOT NULL, d datetime NOT NULL, PRIMARY KEY(id, d))
DYNAMIC_PARTITION_POLICY = (ENABLE = true, TIME_UNIT = 'day', EXPIRE_TIME = '30 day');
-- ERROR 1064 (42000): syntax error near 'DYNAMIC_PARTITION_POLICY ...'
This syntax can be used normally in V1.3.0. This syntax description is still retained in the document, but an error is reported when V1.4.0 is executed.
Is dynamic partitioning removed in V1.4.0 or is the syntax changed?