Hi, I have a question regarding this
1. I've got the results running
"Retrieve the top 25 pages with largest sum of historical version sizes:"
2. It looks something like this
spacekey | title | sum_size_in_GB
A A 63.5
B B 53.14
C C 49.94
D D 30.3
3. What I want to know is..
Does the sum_size_in_GB mean the sum size of historical versions in the single page?
Or does it sum up every page in the list?
To be more clear, does 63.5G means space A, page A takes up 63.5G or does it mean sum of every page in the list (A,B,C,D, ...) takes up 63.5G in total?