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: [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]