Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 01-20-2016 10:10 PM
We suspect a Hive table CBO statistics is incorrect. How can we check it and how to re-compute them, should we run the commands again?
Created 01-21-2016 11:15 PM
usually explain a query on the table or describe formatted on the table shows whether stats is 'accurate'. can also do describe formatted xxx column xxx; to have an idea if it is correct or not on the column
Created 01-21-2016 11:15 PM
usually explain a query on the table or describe formatted on the table shows whether stats is 'accurate'. can also do describe formatted xxx column xxx; to have an idea if it is correct or not on the column
Created 01-22-2016 04:25 AM
and Its ok run compute stats anytime except peak hours.