mirror of https://github.com/apache/druid.git
fix broken link, resolves #718
This commit is contained in:
parent
6f45f88f26
commit
23a2b84703
|
@ -4,7 +4,7 @@ layout: doc_page
|
|||
TopN queries
|
||||
==================
|
||||
|
||||
TopN queries return a sorted set of results for the values in a given dimension according to some criteria. Conceptually, they can be thought of as an approximate [GroupByQuery](GroupByQuery.html) over a single dimension with an [Ordering](Ordering.html) spec. TopNs are much faster and resource efficient than GroupBys for this use case. These types of queries take a topN query object and return an array of JSON objects where each object represents a value asked for by the topN query.
|
||||
TopN queries return a sorted set of results for the values in a given dimension according to some criteria. Conceptually, they can be thought of as an approximate [GroupByQuery](GroupByQuery.html) over a single dimension with an [Ordering](LimitSpec.html) spec. TopNs are much faster and resource efficient than GroupBys for this use case. These types of queries take a topN query object and return an array of JSON objects where each object represents a value asked for by the topN query.
|
||||
|
||||
A topN query object looks like:
|
||||
|
||||
|
|
Loading…
Reference in New Issue