Home > other >  Druid aggregation result sets more than 10 million will use scientific notation, how can I remove th
Druid aggregation result sets more than 10 million will use scientific notation, how can I remove th

Time:11-13

"Aggregations" : [{
"Type" : "filtered",
"Filter" : {
"Type" : "and",
"Fields" : [{
"Type" : "interval,"
"Dimension" : "__time,"
"Intervals" : "the 2020-11-09 T00:00:00) 000 + 08:00/2020-11-09 T23:59:59. 000 + 08:00"]
}]
},
"Aggregator" : {
"Type" : "hyperUnique,"
"Name" : "1 day_uv,"
"FieldName" : "user_id"
}]



[{
"Timestamp" : "the 2020-11-08 T00:00:00) 000 + 08:00,
"Result" : {
"1 day_uv" : 1.0834314532077504 e7
}
}]

The result set of more than 10 million automatically using scientific notation, how to let the druid, remove exceeds a certain value is the limitation of using scientific notation, is there any place to modify the configuration


  • Related