mirror of https://github.com/apache/druid.git
Update architecture.md (#9015)
This commit is contained in:
parent
66056b2826
commit
13c33c1766
|
@ -204,7 +204,7 @@ or a Historical process.
|
||||||
You can inspect the state of currently active segments using the Druid SQL
|
You can inspect the state of currently active segments using the Druid SQL
|
||||||
[`sys.segments` table](../querying/sql.md#segments-table). It includes the following flags:
|
[`sys.segments` table](../querying/sql.md#segments-table). It includes the following flags:
|
||||||
|
|
||||||
- `is_published`: True if segment metadata has been published to the metadata stored and `used` is true.
|
- `is_published`: True if segment metadata has been published to the metadata store and `used` is true.
|
||||||
- `is_available`: True if the segment is currently available for querying, either on a realtime task or Historical
|
- `is_available`: True if the segment is currently available for querying, either on a realtime task or Historical
|
||||||
process.
|
process.
|
||||||
- `is_realtime`: True if the segment is _only_ available on realtime tasks. For datasources that use realtime ingestion,
|
- `is_realtime`: True if the segment is _only_ available on realtime tasks. For datasources that use realtime ingestion,
|
||||||
|
|
Loading…
Reference in New Issue