EmmyMiao87 commented on issue #6370:
URL: 
https://github.com/apache/incubator-doris/issues/6370#issuecomment-891862112


   # Collect Statistics
   
   ## grammar
   
   In the first stage, only consider using statements to manually trigger 
collection tasks. The user triggers the collection task through ``` ANALYZE 
statement ```, and collects the statistical information of the specified table 
or column according to the provided parameters. The collected statistics are 
stored in Doris.
   
   ```sql
   ANALYZE [ table_and_columns [, ...] ]
   
   table_and_columns is:
       table_name [ ( column_name [, ...] ) ]
   ```
   
   


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to