mars
mars copied to clipboard
Add doc about performance tuning
We can add a doc about performance tuning for lazy evaluation.
- Pay attention to common data, if it's not executed in advance, it may be executed for multiple times.
- Call
mars.execute(df1, df2)instead of calling separately. - More...