Update architecture.md (#9015)

This commit is contained in:
Benjamin Hopp 2019-12-11 19:05:50 -08:00 committed by Jihoon Son
parent 66056b2826
commit 13c33c1766
1 changed files with 1 additions and 1 deletions

View File

@ -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,