mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
DOCAPI-7442: Clarification
This commit is contained in:
parent
0b273cdf91
commit
209af3e1c4
@ -267,7 +267,7 @@ Columns:
|
||||
|
||||
- `active` (`UInt8`) – Flag that indicates whether the part is active. If a part is active, it is used in a table; otherwise, it will be deleted. Inactive data parts remain after merging.
|
||||
|
||||
- `marks` (`UInt64`) – The number of marks. To get the approximate number of rows in a data part, multiply `marks` by the index granularity (usually 8192).
|
||||
- `marks` (`UInt64`) – The number of marks. To get the approximate number of rows in a data part, multiply `marks` by the index granularity (usually 8192) (this hint doesn't work for adaptive granularity).
|
||||
|
||||
- `rows` (`UInt64`) – The number of rows.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user