Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion versioned_docs/version-3.x/table-design/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Users can use the [CREATE TABLE](../sql-manual/sql-statements/table-and-view/tab

## Table name

In Doris, table names are case-sensitive by default. You can configure [lower_case_table_names](../admin-manual/config/fe-config.md)to make them case-insensitive during the initial cluster setup. The default maximum length for table names is 64 bytes, but you can change this by configuring [table_name_length_limit](../admin-manual/config/fe-config.md). It is not recommended to set this value too high. For syntax on creating tables, please refer to [CREATE TABLE](../sql-manual/sql-statements/table-and-view/table/CREATE-TABLE). [Dynamic partitions](data-partitioning/dynamic-partitioning.md) can have these properties set individually.
In Doris, table names are case-insensitive by default. You can configure [lower_case_table_names](../admin-manual/config/fe-config.md)to make them case-sensitive during the initial cluster setup. The default maximum length for table names is 64 bytes, but you can change this by configuring [table_name_length_limit](../admin-manual/config/fe-config.md). It is not recommended to set this value too high. For syntax on creating tables, please refer to [CREATE TABLE](../sql-manual/sql-statements/table-and-view/table/CREATE-TABLE). [Dynamic partitions](data-partitioning/dynamic-partitioning.md) can have these properties set individually.

## Table property

Expand Down