Closed ycopy closed 4 years ago
Yes, that's how Encoder
works, since I didn't want it to manage disk storage. If you have an environment with limited RAM, you probably want to use the SourceBlockDecoder
interface. You can use that to decode a single block at a time
I get the idea, thank you.
BTW, I get a little performance up by removing the get_row_iter.clone operation in firstPhaseRowSelectionStats::first_phase_swap_columns_substep, It seems safe to remove it, But I'm not very sure.
Hi Cberner,