MJK
MJK

Reputation: 1401

What is the Google BigQuery equivalent AWS service?

I heard Athena is data analytics service from AWS which provides the same features like big query. Can we use Athena as alternative product for bigquery?

Upvotes: 1

Views: 1114

Answers (1)

Matthew Arthur
Matthew Arthur

Reputation: 393

Athena is often used as a SQL layer for structured data in S3 such as formatted logs rather than a production DB like BigQuery which brings built-in multi-region support, etc. The AWS equivalent would still be a dedicated DB, either Postgres for SQL or Dynamo for NoSQL.

Upvotes: 1

Related Questions