2017-12-28 15:13:23 +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
|
|
|
|
2017-12-28 15:13:23 +00:00
|
|
|
```eval_rst
|
2017-04-03 19:49:50 +00:00
|
|
|
.. toctree::
|
|
|
|
:glob:
|
|
|
|
|
|
|
|
*
|
2017-12-28 15:13:23 +00:00
|
|
|
```
|
|
|
|
|