S3 Select
- Server side filtering
- Can run simple SQL statements to filter
- Can filter by rows and columns
- Do not need to load all data to filter
- Example
- There is a
CSVfile inS3 - Using
S3 Selectwe can select certain rows and columns - Fos
S3 Selectwe can store files as - CSV
- JSON
- For
CSVandJSONfiles, supported compression is - G-ZIP
- B-ZIP2
Glacier Select
- Same as
S3 Selectbut happen inGlacier