S3 Select vs Athena

1

Hi, I'm looking for good summarise which would say when S3 select would be a better option to use, instead of Athena.

AWS
已提問 4 年前檢視次數 2617 次
1 個回答
0
已接受的答案

It depends on your use-case.

S3 Select allows you to retrieve a subset of data from a single object in S3.

Athena allows you to define tables that represent many objects in S3 and perform aggregations, joins, etc. across tables.

Athena is the service with more features and capabilities, but that doesn't make it a better option if you only need the capabilities of S3 Select.

For example you could use Athena for the same use-case as S3 Select, but then you would have to create tables for each individual object. With S3 Select there are no tables to create, you just specify the object key in the API call. So for such a use case S3 Select would be quicker and less effort.

AWS
ctd
已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南