Live data from Hacker News

Amazon Athena: Query S3 Using SQL

aws.amazon.com

1–10 of 45 posts

Re: Amazon Athena: Query S3 Using SQL

#7
post #5
post #2

Looks very similar to Google Big Query. Even the pricing is same: $5 / TB of data scanned.

When I tried it it was slower than bigquery. Plus you've got to mess about creating hive schemas.

TFA states: "Amazon Athena uses Presto with ANSI SQL support and works with a variety of standard data formats, including CSV, JSON, ORC, and Parquet."

Re: Amazon Athena: Query S3 Using SQL

#8
post #5
post #2

Looks very similar to Google Big Query. Even the pricing is same: $5 / TB of data scanned.

When I tried it it was slower than bigquery. Plus you've got to mess about creating hive schemas.

> Q: What data formats does Amazon Athena support?

> Amazon Athena supports a wide variety of data formats like CSV, TSV, JSON, or Textfiles and also supports open source columnar formats such as Apache ORC and Apache Parquet. Athena also supports compressed data in Snappy, Zlib, and GZIP formats. By compressing, partitioning, and using columnar formats you can improve performance and reduce your costs.

https://aws.amazon.com/athena/faqs/

Re: Amazon Athena: Query S3 Using SQL

#10
post #5
post #2

Looks very similar to Google Big Query. Even the pricing is same: $5 / TB of data scanned.

When I tried it it was slower than bigquery. Plus you've got to mess about creating hive schemas.

I don't know why you are getting downvoted. For all those data formats you have to painstakingly make table schemas for them before you can query them. Not like Snowflake or BigQuery. One of the biggest strikes against Presto IMHO.
Post reply on HN