Updated on 2024-05-11 GMT+08:00

Naming Conventions

This section describes the rules and suggestions for naming a database or table when you create a Doris database or table.

Doris Naming Rules

The database character set must be UTF-8 and only UTF-8 is supported.

Doris Naming Suggestions

  • The database name is in lowercase and separated by underscores (_). The length of the database name is less than 62 bytes.
  • The name of the Doris table is case sensitive. The name is in lowercase and separated by underscores (_). The length of the name is less than 64 bytes.