Re: Networking feature for postgresql...

Поиск
Список
Период
Сортировка
От Katsaros Kwn/nos
Тема Re: Networking feature for postgresql...
Дата
Msg-id 1097824524.5266.9.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Networking feature for postgresql...  ("Katsaros Kwn/nos" <ntinos@aueb.gr>)
Список pgsql-hackers
> I saw your message on the postgresql mailing lists. The TelegraphCQ
> project at Berkeley is implemented using the Postgres code base as a
> starting point. TelegraphCQ has a generalized mechanism for receiving
> data from remote data sources, and also for on demand request-response
> style queries to remote data sources. You can get more information
>about the project at: http://telegraph.cs.berkeley.edu. A quick
>overview of the remote data source features can be found here:
>http://telegraph.cs.berkeley.edu/telegraphcq/v0.2/Data_Acquisition.html
> I am currently doing preliminary investigations to see how difficult
>it would be to integrate access to remote data sources into the
>postgres code base.

Thank you very much for this information! I'll definitely take a look at
it.

> There is a project in the contrib directory called dblink which may
>fit your needs.
Well, I saw it but although it can serve the communication between
db-nodes, it seems it may not be appropriate for what I want to do. Even
though it can be used to send queries and receive results, it blocks
until a transaction is finished (at least I think so). This may be no
problem for other applications but for a mediator-wrapper model with
adaptive/dynamic query processing techniques it is. For example, if it
really blocks (and thats why I asked about concurrent SPI calls & fork)
it is not possible to have multiple queries on wire or monitor the
connection (e.g. data rate etc.).

Excuse me if I make a mistake in what I say above, I'm not the best
programmer :-) !!

Best Regards,
Ntinos Katsaros

PS: Sorry if this mail comes to you for the second time Owen. I have
problems with my SMTP server.



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Strange code in initdb
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Strange code in initdb