Re: Slow delete when many foreign tables are defined

Поиск
Список
Период
Сортировка
От Andy Colson
Тема Re: Slow delete when many foreign tables are defined
Дата
Msg-id 547C9FE1.90703@squeakycode.net
обсуждение исходный текст
Ответ на Re: Slow delete when many foreign tables are defined  (Alban Hertroys <haramrae@gmail.com>)
Список pgsql-general
On 12/1/2014 10:37 AM, Alban Hertroys wrote:
> On 1 December 2014 at 17:21, Giuseppe Sacco
> <giuseppe@eppesuigoccas.homedns.org> wrote:
>> Il giorno lun, 01/12/2014 alle 09.49 -0600, Andy Colson ha scritto:
>>> On 12/1/2014 9:23 AM, Giuseppe Sacco wrote:
>
>>> 2) Try inheritance.  I have no idea if it'll help, but I thought I'd
>>> read someplace where the planner knew a little more about what types of
>>> rows go into which tables.
>
> Andy is referring to a feature called "constraint exclusion". I'm not
> sure why that doesn't kick in with your table definition though.
>
> If you get that working with your schema, your problem should be
> solved. It's possible that it only works correctly with table
> inheritance though.
>

Yep, that's what I was thinking, and seeing this:

http://www.postgresql.org/docs/9.1/static/ddl-partitioning.html

Which says:
"6.  Ensure that the constraint_exclusion configuration parameter is not
disabled in postgresql.conf. If it is, queries will not be optimized as
desired."

leads me to believe it only works with table inheritance.


> This would probably help, but we are blocked on ANSI SQL for easily
> porting our application to other DBMSes.

There is very little difference in syntax.  You'd always create many
detail tables except in PG you'd need tiny different syntax.  If it
worked, it might be worth it.  Maybe?

-Andy


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

Предыдущее
От: Andy Colson
Дата:
Сообщение: Re: Slow delete when many foreign tables are defined
Следующее
От: Herouth Maoz
Дата:
Сообщение: Partitioning of a dependent table not based on date