Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not force materialization in MetaList.__getitem__() #7001

Closed
AndreyPavlenko opened this issue Mar 4, 2024 · 0 comments · Fixed by #7006
Closed

Do not force materialization in MetaList.__getitem__() #7001

AndreyPavlenko opened this issue Mar 4, 2024 · 0 comments · Fixed by #7006
Labels
new feature/request 💬 Requests and pull requests for new features Ray ⚡ Issues related to the Ray engine

Comments

@AndreyPavlenko
Copy link
Collaborator

This operation is widely used and the materialization here has a negative performance impact.
See #6948 (comment)

@AndreyPavlenko AndreyPavlenko added new feature/request 💬 Requests and pull requests for new features Ray ⚡ Issues related to the Ray engine labels Mar 4, 2024
AndreyPavlenko added a commit to AndreyPavlenko/modin that referenced this issue Mar 4, 2024
…etitem__()

Signed-off-by: Andrey Pavlenko <andrey.a.pavlenko@gmail.com>
AndreyPavlenko added a commit to AndreyPavlenko/modin that referenced this issue Mar 4, 2024
…etitem__()

Signed-off-by: Andrey Pavlenko <andrey.a.pavlenko@gmail.com>
AndreyPavlenko added a commit to AndreyPavlenko/modin that referenced this issue Mar 4, 2024
…etitem__()

Signed-off-by: Andrey Pavlenko <andrey.a.pavlenko@gmail.com>
AndreyPavlenko added a commit to AndreyPavlenko/modin that referenced this issue Mar 4, 2024
…etitem__()

Signed-off-by: Andrey Pavlenko <andrey.a.pavlenko@gmail.com>
AndreyPavlenko added a commit to AndreyPavlenko/modin that referenced this issue Mar 5, 2024
…etitem__()

Signed-off-by: Andrey Pavlenko <andrey.a.pavlenko@gmail.com>
AndreyPavlenko added a commit to AndreyPavlenko/modin that referenced this issue Mar 5, 2024
…etitem__()

Signed-off-by: Andrey Pavlenko <andrey.a.pavlenko@gmail.com>
AndreyPavlenko added a commit to AndreyPavlenko/modin that referenced this issue Mar 5, 2024
…etitem__()

Signed-off-by: Andrey Pavlenko <andrey.a.pavlenko@gmail.com>
YarShev pushed a commit that referenced this issue Mar 6, 2024
…7006)

Co-authored-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
Signed-off-by: Andrey Pavlenko <andrey.a.pavlenko@gmail.com>
anmyachev pushed a commit to anmyachev/modin that referenced this issue Mar 6, 2024
…etitem__() (modin-project#7006)

Co-authored-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
Signed-off-by: Andrey Pavlenko <andrey.a.pavlenko@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature/request 💬 Requests and pull requests for new features Ray ⚡ Issues related to the Ray engine
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant