Re: constraint partition issue

Поиск
Список
Период
Сортировка
От hyelluas
Тема Re: constraint partition issue
Дата
Msg-id 1300900250732-4259142.post@n5.nabble.com
обсуждение исходный текст
Ответ на constraint partition issue  (<Helen_Yelluas@McAfee.com>)
Ответы Re: constraint partition issue  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
sorry, my table has many columns and missed the datex when make it look
smaller.

datex is the column in the table. This is the driving constraint.
My task is to have 30 days of data with 5mln to 10 mln rec in 1 hour table,
so I partition it by hour table and combine them into days, which are
combined into month total table. My query will have " where datex between a
and b" , for 2-5 days ,across the "day" boundaries , so that partition
exclusion is so much important.
I don't undertsand why the optimizer goes to the children when it hits the
constraint on the parent that shows the date range on that parent ?

thank you.
Helen

--
View this message in context: http://postgresql.1045698.n5.nabble.com/constraint-partition-issue-tp4258004p4259142.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: pg_dump problems
Следующее
От: Martín Marqués
Дата:
Сообщение: Re: pg_dump problems