File tree 1 file changed +1
-1
lines changed
docs/usage_guide/optimization_notes
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ enable it: :doc:`operations that support range-partitioning </usage_guide/optimi
40
40
Dynamic-partitioning in Modin
41
41
"""""""""""""""""""""""""""""
42
42
43
- Ray enigne experiences slowdowns when running a large number of small remote tasks at the same time. Ray Core recommends to `avoid tiny task `_.
43
+ Ray engine experiences slowdowns when running a large number of small remote tasks at the same time. Ray Core recommends to `avoid tiny task `_.
44
44
When modin DataFrame has a large number of partitions, some functions produce a large number of remote tasks, which can cause slowdowns.
45
45
To solve this problem, Modin suggests using dynamic partitioning. This approach reduces the number of remote tasks
46
46
by combining multiple partitions into a single virtual partition and perform a common remote task on them.
You can’t perform that action at this time.
0 commit comments