Fwd: [GENERAL] consecutive analyze calls with different column lists.
Forgot to reply-all Begin forwarded message: > From: David Johnston > Date: December 19, 2011 8:09:36 EST > To: Marc Mamin > Subject: Re: [GENERAL] consecutive analyze calls with different column lists. > > On Dec 19, 2011, at 8:04, "Marc Mamin" wrote: &
[GENERAL] consecutive analyze calls with different column lists.
Hello, If I call analyze 2 times, e.g. analyze mytable (column_a, column_b); analyze mytable (column_a, column_c); then I will loose statisics on column_b. correct ? many thanks, Marc Mamin