Re: prelimiary performance comparison pgsql vs mysql

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: prelimiary performance comparison pgsql vs mysql
Дата
Msg-id 1110923076.4089.632.camel@jeff
обсуждение исходный текст
Ответ на Re: prelimiary performance comparison pgsql vs mysql  (Richard Huxton <dev@archonet.com>)
Ответы Re: prelimiary performance comparison pgsql vs mysql  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-general
On Mon, 2005-03-14 at 12:43 +0000, Richard Huxton wrote:

> Take 30 minutes to read through the article below. It covers the basics
> of how to manage your configuration settings.
>    http://www.powerpostgresql.com/PerfList
>

That's an informative article. I was hoping, however, that it would have
a few details about the effects of the statistics settings on
performance. Which statistics options affect the planner? Do they
potentially affect autovacuum?

Also, a 32-bit machine can only hold so much RAM. If I'm correct, there
are ways to address more memory than that on a 32 bit machine, but I
wonder at what cost? In other words, is it a good idea to address more
than 4GB on a 32 bit machine? If not, is it a reasonable choice to
invest in 64 bit if you want >4GB of RAM? Or are you better off just
spending the money on RAID and staying at 4GB?

Regards,
    Jeff Davis

PS: A minor typo in "Disk and WAL" -> "checkpoint_segments":
s/Depening/Depending/


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

Предыдущее
От: "Net Virtual Mailing Lists"
Дата:
Сообщение: Re: Peculiar performance observation....
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: plpython function problem workaround