Re: A new JDBC driver...

Поиск
Список
Период
Сортировка
От Mikko Tiihonen
Тема Re: A new JDBC driver...
Дата
Msg-id 51061EFB789B4A45AC6598C83649B7BE9E81A78E@NBL-EXCD1-01.nebula.local
обсуждение исходный текст
Ответ на A new JDBC driver...  (Kevin Wooten <kdubb@me.com>)
Список pgsql-jdbc
Excellent progress Kevin!

I agree that it adding new low-level functionality functionality (such as new transport layer) and other optimizations to current JDBC code can be too difficult, making rewrite the only feasible way forward.

I like your usage of Netty as the IO layer. It really allows us to experiment in the future much more with the API we provide to applications. I also like the usage of the binary protocol whenever possible.

Some ideas I have had (in addition to the ones you have already implemented):
- create an asynchronous API for JDBC extensions with futures or asynchronous result row processing
- add pipelining to connections thus allowing better use of connections (works best with simple auto-commit queries)
- integrate async api to vert.x
- integrate async api to Akka

I will definitely have a more detailed look at the code.

-Mikko

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

Предыдущее
От: Patric Bechtel
Дата:
Сообщение: Re: A new JDBC driver...
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: A new JDBC driver...