Re: PGSQL 9.3 - Materialized View - multithreading

Поиск
Список
Период
Сортировка
От PARIS Nicolas
Тема Re: PGSQL 9.3 - Materialized View - multithreading
Дата
Msg-id 5341D377.8060309@gmail.com
обсуждение исходный текст
Ответ на Re: PGSQL 9.3 - Materialized View - multithreading  (Thom Brown <thom@linux.com>)
Список pgsql-performance
Right, not refering triggers, seems to be kind of mix C/sql compiled  (=
external).
To conclude :
- pl/proxy, it appears difficult, and not designed to.
- pgAgent (supposed to apply jobs in a multithreaded way)
- bash (xargs does the job)
- external scripts (R, python, perl...)

So I will test pgAgent and feedback it


Thanks

Le 06/04/2014 21:07, Thom Brown a écrit :
> On 4 April 2014 21:26, PARIS Nicolas <niparisco@gmail.com> wrote:
>> this postgres documentation :
>> http://www.postgresql.org/docs/9.3/static/ecpg-connect.html
>> says it is actually possible to manage connection in C stored procedure.
>>
>> I may be wrong...
>
> That page doesn't refer to triggers at all, so I'm still not sure what you mean.
>



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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: PGSQL 9.3 - Materialized View - multithreading
Следующее
От: Varadharajan Mukundan
Дата:
Сообщение: Re: Slow Count-Distinct Query