Re: PostgreSQL, MySQL, etc., was Re: PostgreSQL is much

Поиск
Список
Период
Сортировка
От Robert Treat
Тема Re: PostgreSQL, MySQL, etc., was Re: PostgreSQL is much
Дата
Msg-id 200311291224.22600.xzilla@users.sourceforge.net
обсуждение исходный текст
Ответ на Re: PostgreSQL, MySQL, etc., was Re: PostgreSQL is much  (Shridhar Daithankar <shridhar_daithankar@myrealbox.com>)
Ответы Re: PostgreSQL, MySQL, etc., was Re: PostgreSQL is much  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-general
On Thursday 27 November 2003 04:18, Shridhar Daithankar wrote:
> Chris Travers wrote:
<snip explination of postgresql cacheing tables in memory>
>
> Hope this helps. I would be interested in numbers that say postgresql is
> slower than mysql heap tables. (You can force postgresql to load entire
> table by doin select * from table. Of course the table is expected to be
> small enough.. Then compare the results. It will always be slow first
> time..)
>

the difference is  that with mysql, nothing pushes the table out of memory; it
always stays in memory.  in postgresql, a big query on another tables, or
perhaps a vacuum, or other highly active applications on the same server can
cause the small tables to be pushed out of memory.   both approches have
positives and negatives, and in many cases you would probably notice no
differance

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

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

Предыдущее
От: "Rod K"
Дата:
Сообщение: Re: Triggers, Stored Procedures, PHP. was: Re: PostgreSQL Advocacy, Thoughts and Comments
Следующее
От: Jeff Eckermann
Дата:
Сообщение: Re: Can I get rid of the schemas?