Rajesh Kumar Mallah <mallah(at)trade-india(dot)com> writes:
> On Thursday 17 Apr 2003 7:47 pm, Tom Lane wrote:
>> Rajesh Kumar Mallah <mallah(at)trade-india(dot)com> writes:
>>> Do we need to analyze a table after indexing ?
>>
>> No.
> Doesnt' it mean we shud analyze after index creation so that
> statiscs are updated?
No, because the statistics are independent of whether an index exists or
not. You can do it in either order and get the same results.
regards, tom lane