This commit is contained in:
GuiSim 2014-01-28 09:56:38 -05:00
parent 929e6be8e9
commit 8d024a5e9a
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
layout: doc_page
---
These types of queries take a groupBy query object and return an array of JSON objects where each object represents a grouping asked for by the query. Note: If you only want to do straight aggreagates for some time range, we highly recommend using [TimeseriesQueries](TimeseriesQuery.html) instead. The performance will be substantially better.
These types of queries take a groupBy query object and return an array of JSON objects where each object represents a grouping asked for by the query. Note: If you only want to do straight aggregates for some time range, we highly recommend using [TimeseriesQueries](TimeseriesQuery.html) instead. The performance will be substantially better.
An example groupBy query object is shown below:
``` json
@ -86,4 +86,4 @@ To pull it all together, the above query would return *n\*m* data points, up to
},
...
]
```
```