Amazon Athena is an interactive serverless service used to analyze data directly in Amazon Simple Storage Service using standard SQL ad-hoc queries.
Pricing Details:-
- Charges are applied based on the amount of data scanned by each query at standard S3 rates for storage, requests, and data transfer.
- Canceled queries are charged based on the amount of data
scanned.
- No charges are applied for Data Definition Language (DDL) statements. 4.Charges are applied for canceled queries also based on the amount of data scanned.
 
- Additional costs can be reduced if data gets compressed, partitioned, or converted into a columnar format.
Functions of Athena:
- It helps to analyze different kinds of data (unstructured, semi-structured, and structured) stored in Amazon S3. 
- Using Athena, ad-hoc queries can be executed using ANSI SQL without actually loading the data into Athena. 
- It can be integrated with Amazon Quick Sight for data visualization and helps to generate reports with business intelligence tools. 
- It can be integrated with the AWS Glue Data Catalog to store metadata in Amazon S3 and offers data discovery features of AWS Glue. 
- It helps to connect SQL clients with a JDBC or an ODBC driver. 
- It executes multiple queries in parallel, so no need to worry about compute resources. 
- It supports various standard data formats, such as CSV, JSON, ORC,Avro, and Parquet. 
 
 
              

 
    
Top comments (0)