mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-20 05:05:38 +00:00
Document table_engines_require_grant
This commit is contained in:
parent
11ab8fe460
commit
ce2f4c811d
@ -695,6 +695,15 @@ Type: Bool
|
|||||||
|
|
||||||
Default: 0
|
Default: 0
|
||||||
|
|
||||||
|
## table_engines_require_grant
|
||||||
|
|
||||||
|
If set to true, users require a grant to create a table with a specific engine e.g. `GRANT TABLE ENGINE ON TinyLog to user`.
|
||||||
|
By default, for backward compatibility creating table with a specific table engine ignores grant, however you can change this behaviour by setting this to true.
|
||||||
|
|
||||||
|
Type: Bool
|
||||||
|
|
||||||
|
Default: false
|
||||||
|
|
||||||
## temporary_data_in_cache
|
## temporary_data_in_cache
|
||||||
|
|
||||||
With this option, temporary data will be stored in the cache for the particular disk.
|
With this option, temporary data will be stored in the cache for the particular disk.
|
||||||
|
Loading…
Reference in New Issue
Block a user