mirror of https://github.com/apache/druid.git
Docs: Update name of the metadata tables (#13734)
* Update name of the metadata tables * emend spelling file * fix spelling --------- Co-authored-by: Charles Smith <techdocsmith@gmail.com>
This commit is contained in:
parent
d74d6824ec
commit
e46379ba7a
|
@ -511,8 +511,8 @@ These properties specify the JDBC connection and other configuration around the
|
|||
|`druid.metadata.storage.tables.rules`|The table to use to look for segment load/drop rules.|druid_rules|
|
||||
|`druid.metadata.storage.tables.config`|The table to use to look for configs.|druid_config|
|
||||
|`druid.metadata.storage.tables.tasks`|Used by the indexing service to store tasks.|druid_tasks|
|
||||
|`druid.metadata.storage.tables.taskLog`|Used by the indexing service to store task logs.|druid_taskLog|
|
||||
|`druid.metadata.storage.tables.taskLock`|Used by the indexing service to store task locks.|druid_taskLock|
|
||||
|`druid.metadata.storage.tables.taskLog`|Used by the indexing service to store task logs.|druid_tasklogs|
|
||||
|`druid.metadata.storage.tables.taskLock`|Used by the indexing service to store task locks.|druid_tasklocks|
|
||||
|`druid.metadata.storage.tables.supervisors`|Used by the indexing service to store supervisor configurations.|druid_supervisors|
|
||||
|`druid.metadata.storage.tables.audit`|The table to use for audit history of configuration changes, e.g., Coordinator rules.|druid_audit|
|
||||
|
||||
|
|
|
@ -2054,8 +2054,8 @@ druid_pendingSegments
|
|||
druid_rules
|
||||
druid_segments
|
||||
druid_supervisors
|
||||
druid_taskLock
|
||||
druid_taskLog
|
||||
druid_tasklocks
|
||||
druid_tasklogs
|
||||
druid_tasks
|
||||
DruidQueryRel
|
||||
durationToRetain
|
||||
|
|
Loading…
Reference in New Issue