Aggregate or summary?

As far as I know summary is an aggregate function. When I have for example 2 files with 1-1MB of sizes, how should I talk about the summary of their size: 2MB. Should I talk about summary size or aggregate size or is there a better wording?


Solution 1:

You cannot use summary here because it means something else. Other than that, it's mostly down to preference.

Although aggregate is technically correct, I would only use it when describing the size of a new file created by merging the two original files - not the result of summing up the two original sizes. I would also prefer using a narrower term (for example, aggregate functions include not only sum but also count, average and more).

I normally label the result of summing up several values as total. When referring to the total in a sentence, you could also use speak of the combined size of the two files.