I am new to druid .
I am using druid 0.11.0 and groupBy v2. I want to query data above the limit of 500k in groupBy but when i do that error occurs as.
{
"error": "Resource limit exceeded",
"errorMessage": "Not enough dictionary space to execute this query. Try increasing druid.query.groupBy.maxMergingDictionarySize or enable disk spilling by setting druid.query.groupBy.maxOnDiskStorage to a positive number.",
"errorClass": "io.druid.query.ResourceLimitExceededException",
"host": "ubuntu:8083"
}
Can anyone help figure out what should i do?