This message was deleted.
# troubleshooting
s
This message was deleted.
j
1. not sure about memory limits specifically, but
druid.server.http.maxSubqueryRows
allows you to limit by row count.
v
The best way to do this is try to do the join after aggregation. Can you paste the sql query here?
g
in general, Druid queries use a controlled amount of memory, and if they need too much you will get a
Resource limit exceeded
error: https://druid.apache.org/docs/latest/querying/querying.html#query-errors
So there are safeties there