Bowen Wan
10/09/2021, 12:43 AMnumDocsScanned remains the same.
My index config and query are like follow:
"starTreeIndexConfigs": [
{
"dimensionsSplitOrder": [
"id",
"A",
"B",
"C",
"D"
],
"functionColumnPairs": [
"DISTINCT_COUNT_HLL__id"
],
"maxLeafRecords": 10000
}
]
Query:
SELECT DISTINCTCOUNTHLL(id), A FROM MyTable WHERE B = 'a' GROUP BY A ORDER BY DISTINCTCOUNTHLL(id) DESC LIMIT 20Mayank
Bowen Wan
10/11/2021, 6:09 PMB is the field name, b is the valueMayank
Bowen Wan
10/11/2021, 6:17 PM