akvo / akvo-cartodb-consumer

CartoDB consumer
GNU Affero General Public License v3.0
0 stars 0 forks source link

Streaming result set from unilog #16

Open jonase opened 8 years ago

jonase commented 8 years ago

Because we don't set connection.setAutoCommit(false) we don't get cursor behaviour which results in the entire ResultSet being fetched into memory at once.