Re: PG 9.1 much slower than 8.2 ?

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: PG 9.1 much slower than 8.2 ?
Дата
Msg-id ltjvdd$66c$1@ger.gmane.org
обсуждение исходный текст
Ответ на PG 9.1 much slower than 8.2 ?  (Marc Richter <mail@marc-richter.info>)
Ответы Re: PG 9.1 much slower than 8.2 ?  (Keith <keith@keithf4.com>)
Список pgsql-novice
Marc Richter schrieb am 26.08.2014 um 17:10:
> I've managed to create a dump of the database from 8.2.5 and
> inserting it into 9.1.13 successfully, thanks to the help of this
> list ("Upgrading from PG 8.2.5 to 9.1.13" - Thread). So I gave the
> result to another department to make their compatibility- and
> overall-tests on it. They did not come up with incompatibilities, but
> with a performance-related issue:
>
> When we do a "SELECT *" on a table with 355332 rows in it without
> using an index or limit or such, this takes round about 10.5 seconds
> on the PostgreSQL 8.2.5 host and 12.2 seconds on the PostgreSQL
> 9.1.13 host. Both servers are using the same database.

Can you share the output of explain analyze for both servers?

(for 9.1 maybe even "explain (analyze true, verbose true, buffers true) select ...")

Also: try to run a "vacuum full" on the 9.1 database - just to make sure

Thomas

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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: PG 9.1 much slower than 8.2 ?
Следующее
От: Keith
Дата:
Сообщение: Re: PG 9.1 much slower than 8.2 ?