srowen commented on a change in pull request #25524: [SPARK-28788][DOC][SQL]Document ANALYZE TABLE statement in SQL Reference URL: https://github.com/apache/spark/pull/25524#discussion_r316332115
########## File path: docs/sql-ref-syntax-aux-analyze-table.md ########## @@ -19,4 +19,45 @@ license: | limitations under the License. --- -**This page is under construction** +### Description + +ANALYZE TABLE statement can be used to collect statistics about the table. The information can be used by the query optimizer to find a better plan. Review comment: Back-tick the reserved words for clarity. plan -> query plan? maybe query execution plan? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
