Re: index on partitioned table

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: index on partitioned table
Дата
Msg-id 603c8f071002051023s3101e1f6r5d330b98b491d4bf@mail.gmail.com
обсуждение исходный текст
Ответ на index on partitioned table  ("Wojtek" <foo@twine.pl>)
Список pgsql-performance
2010/2/5 Wojtek <foo@twine.pl>:
> Most of my queries will have where conditions on timedate and sys_device_id, but a lot of them will have additional
clause:where usefields is not null. Some of the queries will be limited on timedate only. 

What about a partial index on (timedate) WHERE usefields IS NOT NULL;
or maybe on (timedate, sys_device_id) WHERE usefields IS NOT NULL?

...Robert

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: foreign key constraint lock behavour in postgresql
Следующее
От: Glenn Maynard
Дата:
Сообщение: Re: Slow query: table iteration (8.3)