Skip to content

[Question]: V1.4.0 does not support DYNAMIC_PARTITION_POLICY, V1.3.0 is available #1346

Description

@SeoMP

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions