cancel
Showing results for 
Search instead for 
Did you mean: 
Sainath368
New Contributor III
since ‎05-27-2025
‎09-01-2025

User Stats

  • 14 Posts
  • 0 Solutions
  • 7 Kudos given
  • 1 Kudos received

User Activity

Hi everyone,We’re currently reviewing the performance impact of enabling Photon acceleration on our Databricks jobs, particularly those involving table maintenance tasks. Our job includes three main operations: OPTIMIZE, VACUUM, and ANALYZE_COMPUTE_S...
Hi everyone,I regularly (once a week) run the analyze table compute statistics command on all my tables in Databricks to keep statistics up to date for query optimization.In the Spark table UI catalog, I can see some statistics metadata like spark.st...
Hi all,I need to run weekly maintenance on approximately 7,000 tables in my Databricks environment, involving OPTIMIZE, VACUUM, and ANALYZE TABLE (for statistics calculation) on all tables.My question is: between the Ev4, Edv4, and Fsv2 VM series, wh...
Hi, I want some clarification regarding running ANALYZE TABLE <table_name> COMPUTE STATISTICS. Can anyone please help me understand if this command will throw errors or cause issues while data is loading into the table at the time of execution? Any i...
I ran the command ANALYZE TABLE <TABLE_NAME> COMPUTE STATISTICS FOR COLUMNS 'COL1,COL2' to compute statistics for specific columns, but I noticed that the distinct counts returned by this command differ from the results obtained by running a direct C...
Kudos from