ERROR 4588: Request size too big. Please try to simplify the query
I have a query that is just 33K and Vertica says query length has no limit, but when I ran this query I am getting the following error: ERROR 4588: Request size too big. Please try to simplify the query Can you please help me and tell me what is the issue?
0
Comments
This error points at the size of plan this query produces and not the query size. May be the query is too complex.
Thanks,
Pravesh