Re: Perfomance Tuning

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Perfomance Tuning
Дата
Msg-id 20030812185539.GB13448@libertyrms.info
обсуждение исходный текст
Ответ на Re: Perfomance Tuning  (Bill Moran <wmoran@potentialtech.com>)
Список pgsql-performance
On Tue, Aug 12, 2003 at 02:39:19PM -0400, Bill Moran wrote:
> Meaning ... just tell it a raw partition to keep the data on and
> Postgre would create its own "filesystem" ... obviously, doing that
> would allow Postgre to bypass all the failings of all filesystems
> and rely entirely apon its own rules.
>
> Or are modern filesystems advanced enough that doing something like
> that would lose more than it would gain?

The latter, mostly.  This has been debated repeatedly on -hackers.
If you want "raw" access, then you have to implement some other kind
of specialised filesystem of your own.  And you have to have all
sorts of nice tools to cope with the things that (for instance) fsck
handles.  I think the reaction of most developers has been, "Why
reinvent the wheel?"

A

--
----
Andrew Sullivan                         204-4141 Yonge Street
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M2P 2A8
                                         +1 416 646 3304 x110


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

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: Perfomance Tuning
Следующее
От: "Gregory S. Williamson"
Дата:
Сообщение: Re: Perfomance Tuning