[
https://issues.apache.org/jira/browse/DERBY-7036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16776413#comment-16776413
]
Rick Hillegas commented on DERBY-7036:
--------------------------------------
Can you give me some more context about the problem being addressed by this
approach?
* Is the point to build highly responsive clients?
* Or is it to build eventually-correct clients which provide blurry results
fast and then gradually converge on the complete answer?
* Something else?
Can a poor man's implementation of this be built by bolting an asynchronous api
on top of JDBC? If so, has someone already written a generic JDBC-based
implementation which can be customized for any RDBMS by simply supplying a
lightweight dialect adapter?
Re-plumbing Derby to operate truly asynchronously would be a big project. The
engine assumes that only one statement at a time can run inside a
session/connection/transaction. The network protocol (DRDA) appears to me to be
synchronous.
Thanks,
-Rick
> Investigate an R2DBC client implementation
> ------------------------------------------
>
> Key: DERBY-7036
> URL: https://issues.apache.org/jira/browse/DERBY-7036
> Project: Derby
> Issue Type: Improvement
> Components: Network Client
> Reporter: Mark Paluch
> Priority: Major
>
> As programming models evolve towards functional data access patterns, it
> would be great to have a non-blocking, reactive network client implementation
> for Derby. The advantage of having a non-blocking I/O layer allows to scale
> applications by orders of magnitude.
> There's an effort named R2DBC to bring Java-based, reactive database access
> to relational databases using a standardized API. This ticket is here to
> start some discussion around whether you'd be interested to look into this
> and how we can help.
> A few resources to get you started:
> * The project organization can be found [on Github|https://github.com/r2dbc]
> and contains the SPI, a client API as well as Postgres implementation and an
> H2 implementation.
> * An [in-depth talk on the
> topic|https://www.youtube.com/watch?v=idApf9DMdfk] by Ben Hale which is
> basically _the_ introduction you can get.
> * There's a [public mailing
> list|https://groups.google.com/forum/#!forum/r2dbc] that summarizes the
> events and activities around R2DBC.
> * There's the [Spring Data R2DBC
> project|https://github.com/spring-projects/spring-data-r2dbc] that provides a
> good overview of how functional-reactive data access can look like.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)