oshdb icon indicating copy to clipboard operation
oshdb copied to clipboard

🚧 change jdbc backend logic

Open tyrasd opened this issue 2 years ago • 0 comments

Description

  • cells are fetched individually instead of in a single sql query
  • properly closes database resources

Corresponding issue

Was split off from #419, see https://github.com/GIScience/oshdb/pull/419#discussion_r688599135

Todo

  • [ ] benchmark changes
  • [ ] change target branch to master after #419 is merged
  • [ ] for this to work properly OSHDBJdbc should not return a single share connection but a pool of connections

Checklist

tyrasd avatar Aug 13 '21 16:08 tyrasd