Added by Elio Campitelli 2 months ago
Hi! A colleague commented that they'd tried to use cdo chains some years ago but that memory use would increase with large data compared with saving intermediate files to disk. Is that a current problem with operator chains?
Yes, the operators of a chain run in parallel. Each operator has its own memory, and the total memory required is the sum of all operators.