Re: new BUG: "postgresql 9.2.3: very long query time"

Поиск
Список
Период
Сортировка
От bricklen
Тема Re: new BUG: "postgresql 9.2.3: very long query time"
Дата
Msg-id CAGrpgQ_f-bV=fShYHKCVFLooWH9Mg=cEVQ6Gc6QFne=-dFgc8w@mail.gmail.com
обсуждение исходный текст
Ответ на new BUG: "postgresql 9.2.3: very long query time"  (Claude Speed <gta3user@gmail.com>)
Список pgsql-bugs
On Wed, Feb 20, 2013 at 5:42 AM, Claude Speed <gta3user@gmail.com> wrote:
> Postgresql 9.2.3 is processing my query is much longer than Postgresql
> 9.1.8:
> Postgresql 9.1.8 - 2292 ms
> Postgresql 9.2.3 - 163336 ms
>
> I provided my query in attach and the database dump too,
> this bug is reproducible.

1). Can you supply the EXPLAIN ANALYZE plans for both queries?
2). Have you ANALYZEd the relevant tables recently?
3). Maybe supply the results of this query too:

SELECT name, current_setting(name), source
FROM pg_settings
WHERE source NOT IN ('default', 'override')
UNION ALL
SELECT 'version' as name, version(), null;

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

Предыдущее
От: Claude Speed
Дата:
Сообщение: new BUG: "postgresql 9.2.3: very long query time"
Следующее
От: bogdan.magajna@gmail.com
Дата:
Сообщение: BUG #7898: mapinfo 11.5.2 connection problem