Re: hive.query.reexecution.stats.persist.scope

2023-05-25 Thread Sungwoo Park
Hi Ayush, Thank you for letting me know about HIVE-26978. To me, this bug seems like a small price to pay for the huge benefit from persisting runtime statistics. Setting the config to 'hiveserver' also seems like a good compromise. Thanks, --- Sungwoo On Thu, May 25, 2023 at 1:49 AM Ayush Saxe

Re: hive.query.reexecution.stats.persist.scope

2023-05-24 Thread Ayush Saxena
Hi Sungwoo, I know one issue: if that config is set to Metastore in that case it does create some issues, those entries are persisted in the *RUNTIME_STATS *table and if you drop a table the entry still stays, so if you have some drop table and you recreate the table and shoot a query before *Runt