Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is difference between AWS S3 Select and AWS Athena?

I am trying to understand what is difference between AWS Athena service and the newly released S3 select (still in preview).

How are use cases different for both of those? It seems both help in selecting partial data from S3.

like image 864
user3444718 Avatar asked Mar 05 '18 02:03

user3444718


1 Answers

Also looks like we are missing one major thing:

S3 Select operates on only one object while Athena to run queries across multiple paths, which will include all files within that path.

like image 78
abc123 Avatar answered Sep 28 '22 03:09

abc123