Comment 10 for bug 739070

Revision history for this message
Robert Collins (lifeless) wrote : Re: Archive:+repository-size timeout

SELECT trunc(random() * 13000000 + 1)::integer into temp table ids FROM generate_series(1,1000);
explain analyze select sum(filesize) from libraryfilecontent , ids where libraryfilecontent.id=ids.trunc;