Apache Doris · Schema

TableSchema

Schema definition for an Apache Doris table, describing columns, keys, and partitioning.

AnalyticsApacheDatabaseLakehouseMPPOLAPOpen SourceReal-TimeSQL

Properties

Name Type Description
tableName string Name of the table.
databaseName string Database containing the table.
tableType string Data model of the table.
keyType string Key model for the table.
columns array List of column definitions.
comment string Table comment.
replicationNum integer Number of data replicas.
View JSON Schema on GitHub