Re: multi billion row tables: possible or insane?

Поиск
Список
Период
Сортировка
От John Arbash Meinel
Тема Re: multi billion row tables: possible or insane?
Дата
Msg-id 42248FAC.2010103@arbash-meinel.com
обсуждение исходный текст
Ответ на Re: multi billion row tables: possible or insane?  ("Vig, Sandor (G/FI-2)" <Sandor.Vig@audi.hu>)
Список pgsql-performance
Vig, Sandor (G/FI-2) wrote:

>385 transaction/sec?
>
>fsync = false
>
>risky but fast.
>
>

I think with a dedicated RAID10 for pg_xlog (or possibly a battery
backed up ramdisk), and then a good amount of disks in a bulk RAID10 or
possibly a good partitioning of the db across multiple raids, you could
probably get a good enough tps.

But you're right, fsync=false could certainly give you the performance,
though a power outage means potential *real* corruption. Not just
missing transactions, but duplicated rows, all sorts of ugliness.

John
=:->


Вложения

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

Предыдущее
От: "Vig, Sandor (G/FI-2)"
Дата:
Сообщение: Re: multi billion row tables: possible or insane?
Следующее
От: Andras Kadinger
Дата:
Сообщение: Re: multi billion row tables: possible or insane?