ektravel commented on code in PR #12036:
URL: https://github.com/apache/druid/pull/12036#discussion_r860078759


##########
docs/ingestion/rollup.md:
##########
@@ -40,10 +40,10 @@ If you have conflicting needs for different use cases, you 
can create multiple t
 
 ## Maximizing rollup ratio
 
-To measure the rollup ratio of a datasource compare the number of rows in 
Druid (`COUNT`) with the number of ingested events. For example, run a [Druid 
SQL](../querying/sql.md) query where "count" refers to a `count`-type metric 
generated at ingestion time as follows:
+To measure the rollup ratio of a datasource compare the number of rows in 
Druid (`COUNT`) with the number of ingested events. For example, run a [Druid 
SQL](../querying/sql.md) query where "num_rows" refers to a `count`-type metric 
generated at ingestion time as follows:

Review Comment:
   ```suggestion
   To measure the rollup ratio of a datasource, compare the number of rows in 
Druid (`COUNT`) with the number of ingested events. For example, run a [Druid 
SQL](../querying/sql.md) query where "num_rows" refers to a `count`-type metric 
generated at ingestion time as follows:
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to