partition insert performance

Поиск
Список
Период
Сортировка
От Anj Adu
Тема partition insert performance
Дата
Msg-id f2fd819a0906150717s7e777708yf2ae28837506c878@mail.gmail.com
обсуждение исходный текст
Ответы Re: partition insert performance  (Gurjeet Singh <singh.gurjeet@gmail.com>)
Re: partition insert performance  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-admin
We currently use triggers with static if..then..else statements to determine which partition the data goes into. Would there be a performance impact if we were to use dynamic sql to achieve the same ?. The issue with static triggers is the maintenance overhead of having to redefine the triggers periodically. The dynamic sql is simple and involves building a sql string with just a to_char(date_Field) to determine which partition the data goes into and the trigger will never have to be re-defined.

Thank you

Sriram

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

Предыдущее
От: Ralf Butler
Дата:
Сообщение: Silent installation and port configuration with initdb=0
Следующее
От: Gurjeet Singh
Дата:
Сообщение: Re: partition insert performance