Re: Are there plans to add data compression feature to postgresql?

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Are there plans to add data compression feature to postgresql?
Дата
Msg-id 4909D8AF.7020401@commandprompt.com
обсуждение исходный текст
Ответ на Re: Are there plans to add data compression feature to postgresql?  ("Grzegorz Jaśkiewicz" <gryzman@gmail.com>)
Список pgsql-general
Grzegorz Jaśkiewicz wrote:
>
>
> On Thu, Oct 30, 2008 at 3:27 PM, Christophe <xof@thebuild.com
> <mailto:xof@thebuild.com>> wrote:
>
>     I'm a bit surprised to hear that; what would pg be doing, unique to
>     it, that would cause it to be slower on a RAID-1 cluster than on a
>     plain drive?
>
> yes, it is slower on mirror-raid from single drive.
> I can give you all the /proc/* dumps if you want, as far as computer
> goes, it isn't anything fancy. dual way p4, and sata drives of some sort.

O.k. that doesn't actually surprise me all that much. Software RAID 1 on
SATA Drives for specific workloads would be slower than a single drive.
It should still be faster for reads assuming some level of concurrency
but not likely faster for a single thread. Writes would be expected to
be slower because you are managing across two spindles, identical writes
and SATA is slow for that type of thing.

Joshua D. Drake

>
>
>
>
>
>
>
> --
> GJ


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

Предыдущее
От: "Grzegorz Jaśkiewicz"
Дата:
Сообщение: Re: Are there plans to add data compression feature to postgresql?
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Decreasing WAL size effects