Does the Athena JDBC Driver (v3.0) support compression of data in transit?

0

For example the MySQL driver has useCompression=true. But this is always driver-specific. Does the Athena JDBC driver have a similar option?

AlexR
asked 2 months ago312 views
2 Answers
1
Accepted Answer

The JDBC driver does not support compression in transit. The reason is that the Athena API does not support compression of result sets at this time.

AWS
Theo
answered 2 months ago
profile picture
EXPERT
reviewed a month ago
0

Athena supports compression formats for reading and writing data, including reading from a table that uses multiple compression formats however when the data is on transit it cannot be compressed.You can refer Athena Compression support for more information.

Hope it helps and if it does, I would appreciate if answer can be accepted so that community can benefit for clarity when searching for similar enquirers in Repost, thank you ;)

AWS
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions