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
posta 4 anni fa2617 visualizzazioni
1 Risposta
0
Risposta accettata

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
con risposta 4 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande