qwazr / jdbc-cache-driver

A JDBC Cache Driver
7 stars 11 forks source link

Proxy feature #26

Open emmanuel-keller opened 6 years ago

emmanuel-keller commented 6 years ago

The goal of this feature is to download the complete ResulSet as fast as possible, the connection to the database can then be released, and the ResultSet can be safely be consumed offline.