mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
9 lines
444 B
Markdown
9 lines
444 B
Markdown
# System tables
|
|
|
|
System tables are used for implementing part of the system's functionality, and for providing access to information about how the system is working.
|
|
You can't delete a system table (but you can perform DETACH).
|
|
System tables don't have files with data on the disk or files with metadata. The server creates all the system tables when it starts.
|
|
System tables are read-only.
|
|
System tables are located in the 'system' database.
|
|
|