Tuesday, December 18, 2012

Force statistics computation

For the whole table:
analyze table unrated_usage.ft_unrated_usage_o compute statistics;
For one given partition:
analyze table unrated_usage.ft_unrated_usage_o partition(P0) compute statistics;