mirror of https://github.com/apache/druid.git
Update note about `sys.tasks` table (#17096)
Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
This commit is contained in:
parent
43d790fdb7
commit
39723e5401
|
@ -36,8 +36,8 @@ Task APIs are available in two main places:
|
|||
- The [Overlord](../design/overlord.md) process offers HTTP APIs to submit tasks, cancel tasks, check their status,
|
||||
review logs and reports, and more. Refer to the [Tasks API reference](../api-reference/tasks-api.md) for a
|
||||
full list.
|
||||
- Druid SQL includes a [`sys.tasks`](../querying/sql-metadata-tables.md#tasks-table) table that provides information about currently
|
||||
running tasks. This table is read-only, and has a limited (but useful!) subset of the full information available through
|
||||
- Druid SQL includes a [`sys.tasks`](../querying/sql-metadata-tables.md#tasks-table) table that provides information about active
|
||||
and recently completed tasks. This table is read-only and has a subset of the full task report available through
|
||||
the Overlord APIs.
|
||||
|
||||
<a name="reports"></a>
|
||||
|
|
|
@ -266,7 +266,7 @@ GROUP BY servers.server;
|
|||
|
||||
### TASKS table
|
||||
|
||||
The tasks table provides information about active and recently-completed indexing tasks. For more information
|
||||
The tasks table provides information about active and recently completed tasks. For more information
|
||||
check out the documentation for [ingestion tasks](../ingestion/tasks.md).
|
||||
|
||||
|Column|Type|Notes|
|
||||
|
|
Loading…
Reference in New Issue