I have a question: To count the number of line in a file of size <= 128Mb stored in AWS: S3 bucket, Should i use S3 SELECT feature or should i download the file and then iterate it to get line count. catch here is that file which i am downloading from S3 is being used later.
file of size <= 128Mb
S3 SELECT
download the file and then iterate
what do you suggest?
1.4m articles
1.4m replys
5 comments
57.0k users