We have many hive queries that take lot of time on production most of them are insert queries. want to check the execution plan and table related data so we are thinking of checking the plan of this query
is it safe to run "explain insert into table... .." on production
just want to be sure on what i am doing as I am new to hive, but in production support and L3 team.