- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
WARNINGS: Too many partitions selected, doing full recomputation of incremental stats
Created ‎12-31-2015 10:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What does the warning mean?
I have a table having two level partitions like yearmonth and name_prefix.
Every month, I add new data with new yearmonth partition.
Once ETL is finished, I run `COMPUTE INCREMENTAL STATS`.
It takes about 2hr and it seems to take longer and longer.
Based on what I read, `COMPUTE INCREMENTAL STATS` only need to gather statistics for the partitions having false value for `Incremental stats`.
However, the time I spend for running `COMPUTE STATS` and `COMPUTE INCREMENTAL STATS` is very similar.
Am I missing anything?
Thank you
Gatsby
+---------------------------------------------+ | summary | +---------------------------------------------+ | Updated 1372 partition(s) and 29 column(s). | +---------------------------------------------+ WARNINGS: Too many partitions selected, doing full recomputation of incremental stats Fetched 1 row(s) in 5871.22s
Created ‎01-04-2016 04:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See my response in the other thread:
Created ‎01-04-2016 04:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See my response in the other thread:
Created ‎01-04-2016 05:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎01-31-2017 04:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
FYI, `COMPUTE STATS` can run with first level partition.
