Skip to content

Commit a2863da

Browse files
authored
docs: Clarify rows meaning
1 parent 69b0a28 commit a2863da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/content/Deployment/Production-Checklist.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,10 @@ requests per second. Every Core Cube Store router node can serve 50-100 queries
133133
per second. As a rule of thumb, you should provision 1 Cube Store worker node
134134
per one Cube Store partition or 1M of rows scanned in a query. For example if
135135
your queries scan 16M of rows per query, you should have at least 16 Cube Store
136-
worker nodes provisioned. `EXPLAIN ANALYZE` can be used to see partitions
136+
worker nodes provisioned.
137+
Please note that the number of raw data rows doesn't usually equal the number of rows in pre-aggregation.
138+
At the same time, queries don't usually scan all the data in pre-aggregations, as Cube Store uses partition pruning to optimize queries.
139+
`EXPLAIN ANALYZE` can be used to see scanned partitions
137140
involved in a Cube Store query. Cube Cloud ballpark performance numbers can
138141
differ as it has different Cube runtime.
139142

0 commit comments

Comments
 (0)