Re: go for a script! / ex: PostgreSQL vs. MySQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: go for a script! / ex: PostgreSQL vs. MySQL
Дата
Msg-id 3816.1066090315@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: go for a script! / ex: PostgreSQL vs. MySQL  (Sean Chittenden <sean@chittenden.org>)
Список pgsql-performance
Sean Chittenden <sean@chittenden.org> writes:
> Every few months one of the uber core BSD hackers threatens to rewrite
> that part of PG because high up in the BSD camp, it's common belief
> that shm* is a source of performance loss for PostgreSQL.

They're full of it.  RAM is RAM, no?  Once you've got the memory mapped
into your address space, it's hard to believe that it matters how you
got hold of it.

In any case, mmap doesn't have the semantics we need.  See past
discussions.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ways to force index use?
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: go for a script! / ex: PostgreSQL vs. MySQL