ANALYZE | ANALYSE
Function
Collects statistics about table contents in databases. The statistical results are stored in LakeFormation. The execution plan generator uses this statistical data to determine the most efficient execution plan.
Users capable of executing ANALYZE on a specific table include the table's owner and users granted read permissions on the table.
Precautions
ANALYZE scans all data in the table and generates billing records.
Syntax
1
|
{ ANALYZE | ANALYSE } table_name; |
Parameter Description
table_name
Name of the specific table to be analyzed (may include schema qualification).
Range: an existing table name.
Examples
1
|
ANALYZE customer_info; |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot