DDL statement interfered with query replan?
When I run a large query with multiple joins on TEMP tables, I get an error saying: "DDL statement interfered with query replan". It works well for relatively small tables. But it fails for a 100M rows table. I have no idea where to start looking. Any ideas?
0
Comments
Can you check on this maybe or refresh them and see if it helps?
Look through the query history between when the query started and when you get the error, looking for anything that affected the tables' projections. Also search the vertica.log files on all nodes for anything affecting those projections during that time window.
--Sharon