All Questions
1 question
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 ...