Re: prelimiary performance comparison pgsql vs mysql

Поиск
Список
Период
Сортировка
От Miroslav Šulc
Тема Re: prelimiary performance comparison pgsql vs mysql
Дата
Msg-id 4235811D.4080100@startnet.cz
обсуждение исходный текст
Ответ на prelimiary performance comparison pgsql vs mysql  ("Rick Schumeyer" <rschumeyer@ieee.org>)
Список pgsql-general
Hi Rick,

the work you are doing is important (at least I think so).

 From my experience PosgreSQL performance is also very slow in case
there are several LEFT JOINs and there are varchar() fields. You can see
an example in archive where my problem is described (Subject: "How to
read query plan"). There is a patch that partially solves this problem
(as Tom Lane mentioned) but it is not in the latest PostgreSQL release.

I will work on improving of the design of tables that I have problem
with to see if there will be any significant speed improvements. Maybe
you could use some of my results for some of your tests then.

Miroslav

Rick Schumeyer wrote:

>Below are some PRELIMINARY results in comparing the performance of pgsql and
>mysql.
>
>...
>
>

Вложения

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

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