Partitioning

Поиск
Список
Период
Сортировка
От Abu Mushayeed
Тема Partitioning
Дата
Msg-id 106956.78868.qm@web57108.mail.re3.yahoo.com
обсуждение исходный текст
Ответы Re: Partitioning  (Rigmor Ukuhe <rigmor.ukuhe@finestmedia.ee>)
Список pgsql-performance
I have partitioned a table based on period (e.g., cdate >= '2007-01-01'::date and cdate<=.2007-03-31':;date).

Now, I am issuing query like cdate >= CURRENT_DATE - 1 and cdate <= CURRENT_DATE, it scans all the partitions. But if I do cdate >= '2007-01-01'::date and cdate<=.2007-03-31'::date it picks the correct partition. Also if I join the cdate field with another table, it does not pick the correct partition.

I would like to know if it is possible to pick the correct partition using the above example.

Thanks
Abu


Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.

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

Предыдущее
От: Saranya Sivakumar
Дата:
Сообщение: Thanks All!
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Partitioning