Hi all,
I have a doubt regarding the best practices for running ANALYZE TABLE table_name COMPUTE DELTA STATISTICS on a Delta table. Is it recommended to execute this command while data is being loaded into the table, or should it be run afterward? Additionally, does running this command during an active data load create any performance issues? I’m looking for insights on the optimal timing and its impact on query performance, data skipping efficiency, and potential resource contention. Any guidance would be greatly appreciated!