Skip to main content

All Questions

0 votes
1 answer
165 views

Stream a large SQL ResultSet directly to an S3 bucket in java

I have a (possibly) quite large ResultSet when querying a (Vertica) SQL Database, and because it won't fit in memory I'm trying to find a way to stream the results (in CSV form) directly to an S3 ...
HDW's user avatar
  • 307