mars icon indicating copy to clipboard operation
mars copied to clipboard

Add doc about performance tuning

Open qinxuye opened this issue 4 years ago • 0 comments

We can add a doc about performance tuning for lazy evaluation.

  1. Pay attention to common data, if it's not executed in advance, it may be executed for multiple times.
  2. Call mars.execute(df1, df2) instead of calling separately.
  3. More...

qinxuye avatar Oct 14 '21 08:10 qinxuye