Re: Abnormal performance difference between Postgres and MySQL

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Abnormal performance difference between Postgres and MySQL
Дата
Msg-id 87eixozqcp.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Abnormal performance difference between Postgres and MySQL  (Farhan Husain <russoue@gmail.com>)
Ответы Re: Abnormal performance difference between Postgres and MySQL  (Farhan Husain <russoue@gmail.com>)
Re: Abnormal performance difference between Postgres and MySQL  (Farhan Husain <russoue@gmail.com>)
Re: Abnormal performance difference between Postgres and MySQL  (Farhan Husain <russoue@gmail.com>)
Список pgsql-performance
Farhan Husain <russoue@gmail.com> writes:

> I can provide any other information needed and also the data if anyone
> wants.

What did the query plans look like in both databases?

In Postgres you can get the query plan with

EXPLAIN ANALYZE select ...

You can leave out the ANALYZE if you can't wait until the query completes but
it will have much less information to diagnosis any problems.

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com
  Ask me about EnterpriseDB's Slony Replication support!

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

Предыдущее
От: Farhan Husain
Дата:
Сообщение: Abnormal performance difference between Postgres and MySQL
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Abnormal performance difference between Postgres and MySQL