Re: compact flash disks?

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: compact flash disks?
Дата
Msg-id 20070308084823.GA7216@svr2.hagander.net
обсуждение исходный текст
Ответ на Re: compact flash disks?  ("James Mansion" <james@mansionfamily.plus.com>)
Ответы Re: compact flash disks?  ("Merlin Moncure" <mmoncure@gmail.com>)
Re: compact flash disks?  ("James Mansion" <james@mansionfamily.plus.com>)
Список pgsql-performance
On Thu, Mar 08, 2007 at 06:24:35AM -0000, James Mansion wrote:
>
> In the long run, we are going to have to seriously rethink pg's use
> of WAL as the way we implement MVCC as it becomes more and more of a
> performance bottleneck.
> We have WAL because Stonebreaker made an assumption about the future
> dominance of optical media that has turned out to be false.
> ...and it's been one of pg's big issues every since.

Uh. pg didn't *have* WAL back when Stonebreaker was working on it. It
was added in PostgreSQL 7.1, by Vadim. And it significantly increased
performance at the time, since we no longer had to sync the datafiles
after every transaction commit.
(We also didn't have MVCC back in the Stonebreaker days - it was added
in 6.5)

That said, it's certainly possible that someone can find an even better
way to do it :-)

//Magnus

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

Предыдущее
От: "James Mansion"
Дата:
Сообщение: Re: compact flash disks?
Следующее
От: Axel Rau
Дата:
Сообщение: configuring new server / many slow disks?