Re: postgresql vs mysql

Поиск
Список
Период
Сортировка
От Jack Orenstein
Тема Re: postgresql vs mysql
Дата
Msg-id 45DC6F5D.6070500@archivas.com
обсуждение исходный текст
Ответ на Re: postgresql vs mysql  (Scott Marlowe <smarlowe@g2switchworks.com>)
Ответы Re: postgresql vs mysql  (Scott Marlowe <smarlowe@g2switchworks.com>)
Список pgsql-general
Scott Marlowe wrote:
> You can't change a table in any way without rewriting the whole thing,
> resulting in a very long wait and a complete table lock on any alter
> table action on big tables.  Don't forget that if you've got a really
> big table, you need that much space free on the drive to alter the table
> for the rewrite that's going to take place.

Forgive a dumb question: What does postgresql do with ALTER TABLE?
What sort of modifications do not require time proportional to the
number of rows in the table?

Jack Orenstein

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: postgresql vs mysql
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: postgresql vs mysql