DOCAPI-7442: Clarification

This commit is contained in:
BayoNet 2019-08-21 13:18:41 +03:00
parent 0b273cdf91
commit 209af3e1c4

View File

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