Kishore G
Subbu Subramaniam
09/22/2020, 8:01 PMRealtimeProvisioningHelper
to get an idea of memory usagePradeep
09/22/2020, 8:03 PMPradeep
09/22/2020, 8:04 PMPradeep
09/22/2020, 8:04 PMSubbu Subramaniam
09/22/2020, 8:06 PMKishore G
Pradeep
09/22/2020, 8:17 PMKishore G
Yash Agarwal
09/23/2020, 7:22 AMXiang Fu
Subbu Subramaniam
09/23/2020, 5:20 PMPradeep
09/30/2020, 12:12 AMconsuming
state for close to 20h, from zk metadata
"segment.creation.time": "1601350869326",
But my table config has segment rolling config as
"realtime.segment.flush.threshold.size": "0",
"realtime.segment.flush.threshold.time": "2h",
"realtime.segment.flush.desired.size": "500M",
Pradeep
09/30/2020, 5:47 PMJackie
09/30/2020, 5:50 PMDISTINCT_COUNT_HLL__<colname>
Pradeep
09/30/2020, 5:51 PMJackie
09/30/2020, 5:51 PMPradeep
09/30/2020, 5:55 PMJackie
09/30/2020, 6:03 PMNeha Pawar
Pradeep
10/01/2020, 5:31 PMselect colA, distinctCountHll(colb)
from table
where timestamp > X
group by colA
We added a star-tree with
dimensionsSplitOrder: [“colA”]
and aggregateFunction as DistinctCountHLL__colB
I am not seeing much query-time improvements, I am doing a comparison against aggregate by colC which is not part of star-treee and see very similar times. I see that star-tree index is getting generated.
Wondering if I am missing someething?Kishore G
Pradeep
10/01/2020, 5:43 PMPradeep
10/01/2020, 5:44 PMKishore G
Pradeep
10/01/2020, 5:44 PMKishore G
Yash Agarwal
10/01/2020, 5:45 PMJackie
10/01/2020, 5:46 PMJackie
10/01/2020, 5:47 PMtimestamp
and see the latency?