mirror of
https://github.com/apache/druid.git
synced 2025-02-17 15:35:56 +00:00
Modify SegmentMetadataQuery.md to refer to flat data instead of TSV
This commit is contained in:
parent
3c3db7229c
commit
03df582fe4
@ -5,10 +5,10 @@ layout: doc_page
|
|||||||
Segment metadata queries return per segment information about:
|
Segment metadata queries return per segment information about:
|
||||||
|
|
||||||
* Cardinality of all columns in the segment
|
* Cardinality of all columns in the segment
|
||||||
* Estimated byte size for the segment columns in TSV format
|
* Estimated byte size for the segment columns if they were stored in a flat format
|
||||||
* Interval the segment covers
|
* Interval the segment covers
|
||||||
* Column type of all the columns in the segment
|
* Column type of all the columns in the segment
|
||||||
* Estimated total segment byte size in TSV format
|
* Estimated total segment byte size in if it was stored in a flat format
|
||||||
* Segment id
|
* Segment id
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user