Re: Proposal - asynchronous functions

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Proposal - asynchronous functions
Дата
Msg-id 20110426123218.GH4548@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: Proposal - asynchronous functions  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Proposal - asynchronous functions  (Robert Haas <robertmhaas@gmail.com>)
Re: Proposal - asynchronous functions  (Sim Zacks <sim@compulab.co.il>)
Список pgsql-hackers
* Robert Haas (robertmhaas@gmail.com) wrote:
> We've talked about a number of features that could benefit from some
> kind of "worker process" facility (e.g. logical replication, parallel
> query).  So far no one has stepped forward to build such a facility,
> and I think without that this can't even get off the ground.

Well, this specific thing could be done by just having PG close the
client connection, not care that it's gone, and have an implied
'commit;' at the end.  I'm not saying that I like this approach, but I
don't think it'd be hard to implement.

What I don't think we saw was any information about how, exactly, the OP
was planning to implement this in the backend.
Thanks,
    Stephen

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: operator classes for index?
Следующее
От: Yves Weißig
Дата:
Сообщение: Re: operator classes for index?