You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2019/06/27 15:51:27 UTC

[incubator-druid] branch master updated: clarify granularity docs (#7977)

This is an automated email from the ASF dual-hosted git repository.

fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 10d6b03  clarify granularity docs (#7977)
10d6b03 is described below

commit 10d6b0318d0546a170d8b33c26f6565ef3343ea7
Author: Clint Wylie <cw...@apache.org>
AuthorDate: Thu Jun 27 08:51:22 2019 -0700

    clarify granularity docs (#7977)
---
 docs/content/querying/granularities.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/docs/content/querying/granularities.md b/docs/content/querying/granularities.md
index 7dc02ef..4953ead 100644
--- a/docs/content/querying/granularities.md
+++ b/docs/content/querying/granularities.md
@@ -176,11 +176,10 @@ If you change the granularity to `none`, you will get the same results as settin
 } ]
 ```
 
-Having a query granularity smaller than the ingestion granularity doesn't make sense,
-because information about that smaller granularity is not present in the indexed data.
-So, if the query granularity is smaller than the ingestion granularity, druid produces
-results that are equivalent to having set the query granularity to the ingestion granularity.
-See `queryGranularity` in [Ingestion Spec](../ingestion/ingestion-spec.html#granularityspec).
+Having a query time `granularity` that is smaller than the `queryGranularity` parameter set at
+[ingestion time]((../ingestion/ingestion-spec.html#granularityspec)) is unreasonable because information about that
+smaller granularity is not present in the indexed data. So, if the query time granularity is smaller than the ingestion
+time query granularity, Druid produces results that are equivalent to having set `granularity` to `queryGranularity`.
 
 
 If you change the granularity to `all`, you will get everything aggregated in 1 bucket,


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org