Slackbot
11/29/2022, 8:33 PMVadim
11/29/2022, 10:40 PMClint Wylie
11/29/2022, 10:57 PMGian Merlino
11/30/2022, 8:09 AMJJ
01/18/2023, 3:40 PMcol1 has a cardinality of 6 and col2 has a cardinality of 352 w/ the query returning 1176 total rows.
{
"queryType": "groupBy",
"dataSource": {
"type": "union",
"dataSources": [
"my-data-source"
]
},
"granularity": "all",
"intervals": [
"2022-11-27T00:00:00+00:00/2023-01-01T00:00:00+00:00"
],
"dimensions": [
"col1",
"col2"
],
"limitSpec": {
"type": "default",
"limit": 30000,
"columns": [
"col1",
"col2"
]
},
"aggregations": [
{
"type": "longSum",
"name": "longSum(count)_0x0b",
"fieldName": "count"
}
],
"filter": null,
"having": null,
"context": {
"queryId": "my-test-query",
"useCache": true,
"populateCache": true,
"useResultLevelCache": true,
"populateResultLevelCache": true,
"maxOnDiskStorage": 0,
"priority": 20,
"vectorize": true,
"debug": true
}
}JJ
01/31/2023, 4:00 PM