Re: Compression and on-disk sorting

Поиск
Список
Период
Сортировка
От Gregory Maxwell
Тема Re: Compression and on-disk sorting
Дата
Msg-id e692861c0605152052v78f8d10ap6d26c20848cc9b5a@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Compression and on-disk sorting  (mark@mark.mielke.cc)
Список pgsql-hackers
Oh come on,  Sorry to troll but this is too easy.

On 5/15/06, mark@mark.mielke.cc <mark@mark.mielke.cc> wrote:
> You guys have to kill your Windows hate - in jest or otherwise. It's
> zealous, and blinding.
[snip]
> Why would it
> be assumed, that a file system designed for use from a desktop, would be
> optimal at all for database style loads?

It wouldn't.
Why would someone use a desktop OS for a database?
Why would you call the result of answering the previous question
zealous and blinding?

PG's use of the OS's block cache is a good move because it makes PG
tend to 'just work' where the alternatives require non-trivial tuning
(sizing their caches not to push the OS into swap).  The advantages of
this are great enough that if additional smarts are needed in the OS
cache it might well be worth the work to add it there and to ask for
new fadvise flags to get the desired behavior.

That's something that would be easy enough for a dedicated hacker to
do, or easy enough to collaborate with the OS developers if the need
could be demonstrated clearly enough.

What reasonable OS couldn't you do that with?

:)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] BUG #2429: Explain does not report object's schema
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Compression and on-disk sorting