Hi guys, I’ve defined a VDS (not reflections) that is a join between another 10 VDS (with reflections) this run in approx 1 minute (with 20 seconds time planing) without problems generate 1 million rows.
But when I run a simple query over it:
select count(*) from path.my.vds;
Does your Dremio actually crash as in your coordinator goes down and you have to start it again? The query error says only the query got cancelled see message below
RESOURCE ERROR: Job was cancelled because the query went beyond system capacity during query planning. Please simplify the query.
What is the heap memory allocated on the coordinator, send us output of the below command from the coordinator. Also share the query profile of the query that runs in 1 minute (20s planning)
It does look like a very complex query can you please answer the second question on what is the heap memory setting on the coordinator? Send me the dremio-env file from the conf folder and/or output of the command given above
@balaji.ramaswamy Hi, if the problem is memory I don’t undrestand why run sucess when use select x.aaa, y.cccc … but fail only when select count(*) … of the VDS