ClickHouse/docs/en/system_tables/index.rst
2017-04-27 23:16:22 +03:00

14 lines
484 B
ReStructuredText

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.
.. toctree::
:glob:
*