- Архив списков рассылки pgsql-jdbc

Поиск
Список
Период
Сортировка
От Vladimir Sitnikov
Тема
Дата
Msg-id CAB=Je-E6=zKw2XYjtnhiuhmqFob--23Cxu6JMbhX2qnHLq4e=Q@mail.gmail.com
обсуждение исходный текст
Ответы Re:  (Álvaro Hernández Tortosa <aht@8Kdata.com>)
Список pgsql-jdbc
>it would surely be push messages sent asynchronously

Well, full async here could be bad since it would be bad throw
exceptions like "you are executing queries faster than JDBC driver
fetches LD queue" at user.
Otherwise JDBC driver would have hard time figuring out if "all the
DDL notifications have been generated and consumed".

Nevertheless, whatever interface is chosen to signal DDL changes, it
makes sense to consider "granular notifications" (including per
"prepared-statement" ones) from the start even if the very first
implementation would sent just "discard all".

Vladimir


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

Предыдущее
От: Álvaro Hernández Tortosa
Дата:
Сообщение: Re: Backend protocol wanted features
Следующее
От: John Harvey
Дата:
Сообщение: Re: Are pgrpm changes for JDBC discussed here before submission?