Re: why vacuum

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: why vacuum
Дата
Msg-id 20051026055720.GA19105@winnie.fuhr.org
обсуждение исходный текст
Ответ на why vacuum  (Kenneth Gonsalves <lawgon@thenilgiris.com>)
Список pgsql-sql
On Wed, Oct 26, 2005 at 10:15:17AM +0530, Kenneth Gonsalves wrote:
> i was in a minor flame war with a mysql guy - his major grouse was that 
> 'I wouldnt commit mission critical data to a database that needs to be 
> vacuumed once a week'.

The use of the word "commit" is amusing, considering that MySQL's
default table type doesn't support transactions.  There's always
InnoDB, but it seems like there was something about that in the
news recently....

Compare the following lists of gotchas and decide which database
*you'd* commit mission-critical data to:

http://sql-info.de/mysql/gotchas.html
http://sql-info.de/postgresql/postgres-gotchas.html

> So why does pg need vacuum?

See the documentation:

http://www.postgresql.org/docs/8.0/interactive/maintenance.html#ROUTINE-VACUUMING

-- 
Michael Fuhr


В списке pgsql-sql по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: why vacuum
Следующее
От: "Bath, David"
Дата:
Сообщение: Re: why vacuum