ClickHouse/docs/en/system_tables/index.rst

14 lines
484 B
ReStructuredText
Raw Normal View History

2017-04-26 17:37:55 +00:00
System tables
2017-04-03 19:49:50 +00:00
==========
2017-04-26 17:37:55 +00:00
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.
2017-04-03 19:49:50 +00:00
.. toctree::
:glob:
*