Skip to content

Commit 15ca4df

Browse files
Apply suggestions from code review
Co-authored-by: Anatoly Myachev <anatoliimyachev@mail.com>
1 parent 3de5359 commit 15ca4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage_guide/optimization_notes/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ enable it: :doc:`operations that support range-partitioning </usage_guide/optimi
4040
Dynamic-partitioning in Modin
4141
"""""""""""""""""""""""""""""
4242

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`_.
4444
When modin DataFrame has a large number of partitions, some functions produce a large number of remote tasks, which can cause slowdowns.
4545
To solve this problem, Modin suggests using dynamic partitioning. This approach reduces the number of remote tasks
4646
by combining multiple partitions into a single virtual partition and perform a common remote task on them.

0 commit comments

Comments
 (0)