Re: Partitioned Tables and ORDER BY

Поиск
Список
Период
Сортировка
От Michal Szymanski
Тема Re: Partitioned Tables and ORDER BY
Дата
Msg-id b857709f-6d60-430b-90c1-b266b5d62e06@g23g2000yqh.googlegroups.com
обсуждение исходный текст
Ответ на Partitioned Tables and ORDER BY  (Joe Uhl <joeuhl@gmail.com>)
Ответы Re: Partitioned Tables and ORDER BY
Список pgsql-performance
We have similar problem and now we are try to find solution. When you
execute query on partion there is no sorting - DB use index to
retrieve data and if you need let say 50 rows it reads 50 rows using
index. But when you execute on parent table query optymizer do this:

  ->  Sort  (cost=726844.88..748207.02 rows=8544855 width=37739)
(actual time=149864.868..149864.876 rows=50 loops=1)

it means 8544855 rows should be sorted and it takes long minutes. We
have simpler situation than you and I will try to find solution
tommorow :)

Michal Szymanski
http://blog.szymanskich.net
http://techblog.freeconet.pl/

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

Предыдущее
От: 旭斌 裴
Дата:
Сообщение: table full scan or index full scan?
Следующее
От: Michal Szymanski
Дата:
Сообщение: Domain vs table