Re: Performance comparison between Postgres and Greenplum

Поиск
Список
Период
Сортировка
От Alex Goncharov
Тема Re: Performance comparison between Postgres and Greenplum
Дата
Msg-id E1MR4NA-0007Gd-FJ@daland.home
обсуждение исходный текст
Ответ на Performance comparison between Postgres and Greenplum  (Suvankar Roy <suvankar.roy@tcs.com>)
Ответы Re: Performance comparison between Postgres and Greenplum  (Scott Mead <scott.lists@enterprisedb.com>)
Список pgsql-performance
,--- You/Suvankar (Wed, 15 Jul 2009 18:32:12 +0530) ----*
| Yes, I have got 2 segments and a master host. So, in a way processing
| should be faster in Greenplum.

No, it should not: it all depends on your data, SQL statements and
setup.

In my own experiments, with small amounts of stored data, PostgreSQL
beats Greenplum, which doesn't surprise me a bit.

You need to know where most of the execution time goes -- maybe to
sorting?  And sorting in Greenplum, isn't it done on one machine, the
master host?  Why would that be faster than in PostgreSQL?
|
| For other queries though, results are satisfactory or at least comparable,
| like-
|
| select distinct so_no, serial_no from observation_all;
| in postgres it takes - 1404.238 ms
| in gp it takes - 1217.283 ms

No surprise here: the data is picked by multiple segment hosts and
never sorted on the master.

-- Alex -- alex-goncharov@comcast.net --


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

Предыдущее
От: Alex Goncharov
Дата:
Сообщение: Re: Performance comparison between Postgres and Greenplum
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Very big insert/join performance problem (bacula)