Cloud Provider
AWS Athena
Inefficiency Type
Clear filters
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Showing
1234
out of
1234
inefficiencis
Filter
:
Filter
x
Unmanaged Growth of Athena Query Output Buckets
Compute
Cloud Provider
AWS
Service Name
AWS Athena
Inefficiency Type
Missing Lifecycle Policy

Athena generates a new S3 object for every query result, regardless of whether the output is needed long term. Over time, this leads to uncontrolled growth of the output bucket, especially in environments with repetitive queries such as cost and usage reporting. Many of these files are transient and provide little value once the query is consumed. Without lifecycle rules, organizations pay for unnecessary storage and create clutter in S3.

Inefficient File Format and Layout for Athena Queries
Compute
Cloud Provider
AWS
Service Name
AWS Athena
Inefficiency Type
Suboptimal Data Layout or Format

Storing raw JSON or CSV files in S3—especially when written frequently in small batches—leads to excessive scan costs in Athena. These formats are row-based and verbose, requiring Athena to scan and parse the full content even when only a few fields are queried. Without columnar formats, partitioning, or metadata-aware table formats, queries become inefficient and expensive, especially in high-volume environments.

There are no inefficiency matches the current filters.