pisa icon indicating copy to clipboard operation
pisa copied to clipboard

Limit memory usage during index compression

Open elshize opened this issue 5 years ago • 0 comments

Right now, I think everything resides in main memory for the entire run, and you need a lot memory to compress the big collections like Clueweb. But it should be easy enough to refactor it to only keep in memory as many posting lists as there are threads running.

elshize avatar Sep 12 '19 14:09 elshize