Skip to content

SYSTEM Cited by 2 sources

Amazon Athena

Amazon Athena is AWS's serverless SQL query engine over systems/aws-s3 — a managed Presto/Trino deployment that reads systems/apache-parquet (and other open formats) directly from S3 with no cluster to provision. Canonical example of the concepts/compute-storage-separation pattern at the engine level: the storage is S3; the compute spins up on demand per query.

Role for this wiki

Athena is one of the interchangeable SQL compute engines over the shared S3 data lake, alongside systems/amazon-redshift, AWS Glue, systems/apache-spark on systems/amazon-emr, and Apache Hive. It is commonly used as the ad-hoc engine when a dedicated warehouse is overkill.

Seen in

Last updated · 200 distilled / 1,178 read