8.3. ANALYZE
The optional clause can be used to provideconnector-specific properties. To list all available properties, run the following query:
Analyze table web
to collect table and column statistics:
- ANALYZE hive.default.stores;
Analyze partitions '1992-01-01', '1992-01-02'
from a Hive partitioned table :