Skip to content

Restrict non-standard DDL syntax (create table fork, create table like) to enforce table limit in zero mode #330

@wyfanxiao

Description

@wyfanxiao

Environment

  • Version: seekdb (OceanBase seekdb 1.1.0.0)
  • Revision: 1-c4bcf8bc659c52205af70103f073bd69781dcf92
  • Build Branch: master
  • Build Time: Mar 17 2026 14:49:04
  • Build Flags: RelWithDebInfo
  • Build Info: obbuild-per...

Description

In zero mode, non-standard DDL syntax for table creation (e.g., create table fork, create table like) currently bypasses the configured table limit. These operations need to be restricted to enforce the table limit correctly.

Impact

Without restriction, users can circumvent the intended table limit, potentially leading to resource exhaustion or performance degradation in zero mode deployments.

Creator: wyfanxiao

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions