I have 25 txt files, each with 400K lines, each file only has 1 column and I need to calculate the average sum of each line for the entire 25 files (e.g average sum of line 1 for file 1 to 25). I can't use database because it's gonna be too big, this calculation will be repeated approx 20 times in a day.
what are my choices. what approach should I pursue?
thanks
what are my choices. what approach should I pursue?
thanks