In the same way, the generated intermediate data is processed in parallel, making the approach ideal for processing very large amounts of data.
使用相同的方法,已生成的中间数据将被并行处理,这是处理大量数据的理想方法。
2
The second approach is more suitable for longer or more complex intermediate results.
第二种方法更适合更长更复杂的中间结果。
3
The first approach can be used if the intermediate result that is to be computed has a fixed length and can easily be encoded in the binary string returned from the computeAggregate function.