Re: Comparative performance

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Re: Comparative performance
Дата
Msg-id Pine.LNX.4.58.0509291344540.24352@linuxworld.com.au
обсуждение исходный текст
Ответ на Comparative performance  (Joe <svn@freedomcircle.net>)
Список pgsql-performance
On Wed, 28 Sep 2005, Joe wrote:

> I'm converting a relatively small database (2 MB) from MySQL to PostgreSQL.  It
> is used to generate web pages using PHP.  Although the actual website runs under
> Linux, the development is done under XP.  I've completed most of the data
> conversion and rewrite of the PHP scripts, so now I'm comparing relative
> performance.
>
> It appears that PostgreSQL is two to three times slower than MySQL.  For
> example, some pages that have some 30,000 characters (when saved as HTML) take 1
> to 1 1/2 seconds with MySQL but 3 to 4 seconds with PostgreSQL.  I had read that
> the former was generally faster than the latter, particularly for simple web
> applications but I was hoping that Postgres' performance would not be that
> noticeably slower.

Are you comparing PostgreSQL on XP to MySQL on XP or PostgreSQL on Linux
to MySQL on Linux? Our performance on XP is not great. Also, which version
of PostgreSQL are you using?

>
> I'm trying to determine if the difference can be attributed to anything that
> I've done or missed.  I've run VACUUM ANALYZE on the two main tables and I'm
> looking at the results of EXPLAIN on the query that drives the retrieval of
> probably 80% of the data for the pages in question.

Good.

>
> Before I post the EXPLAIN and the table schema I'd appreciate confirmation that
> this list is the appropriate forum.  I'm a relative newcomer to PostgreSQL (but
> not to relational databases), so I'm not sure if this belongs in the novice or
> general lists.

You can post the results of EXPLAIN ANALYZE here. Please including schema
definitions and the query string(s) themselves.

Thanks,

Gavin

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

Предыдущее
От: Joe
Дата:
Сообщение: Comparative performance
Следующее
От: "Jeffrey W. Baker"
Дата:
Сообщение: Re: [HACKERS] A Better External Sort?