mirror of
https://github.com/apache/druid.git
synced 2025-02-18 16:12:23 +00:00
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.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.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.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.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_taskLock|
|
|`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.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|
|
|`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_rules
|
||||||
druid_segments
|
druid_segments
|
||||||
druid_supervisors
|
druid_supervisors
|
||||||
druid_taskLock
|
druid_tasklocks
|
||||||
druid_taskLog
|
druid_tasklogs
|
||||||
druid_tasks
|
druid_tasks
|
||||||
DruidQueryRel
|
DruidQueryRel
|
||||||
durationToRetain
|
durationToRetain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user