beliefer commented on PR #43629: URL: https://github.com/apache/spark/pull/43629#issuecomment-1790181078
Personally, I suggest: 1. `ANALYZE TABLE <tableName>` still only update the total statistics. 2. `ANALYZE TABLE <tableName> PARTITION COMPUTE STATISTICS` still only update the specified partition statistics. 3. Introduce a new SYNTAX to update the total statistics and all the partitions statistics. How about: `ANALYZE TABLE <tableName> ALL PARTITIONS COMPUTE STATISTICS [NOSCAN]`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
