Re: Vacuum DB in Postgres Vs similar concept in other RDBMS

From: "Alexander Staubo" <alex(at)purefiction(dot)net>
To: "Dann Corbit" <DCorbit(at)connx(dot)com>
Cc: "Harpreet Dhaliwal" <harpreet(dot)dhaliwal01(at)gmail(dot)com>, "Postgres General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Vacuum DB in Postgres Vs similar concept in other RDBMS
Date: 2007-05-23 21:27:24
Message-ID: 88daf38c0705231427g4b085ebaq3790bcc6abb194c4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 5/23/07, Dann Corbit <DCorbit(at)connx(dot)com> wrote:
> In SQL*Server it is called "UPDATE STATISTICS"
>
> http://msdn2.microsoft.com/en-us/library/ms187348.aspx

No -- MS SQL Server's "update statistics" is the equivalent of
"analyze", not "vacuum."

Alexander.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2007-05-23 21:27:35 Re: the future of pljava development
Previous Message Dann Corbit 2007-05-23 21:19:37 Re: Vacuum DB in Postgres Vs similar concept in other RDBMS