Do not trigger index materialization for .merge()
result
#5596
Labels
Performance 🚀
Performance related issues and pull requests.
.merge()
result
#5596
Currently, the
merge
's logic materializes the index of the merged frames just to decide whether it should be dropped or not:modin/modin/core/storage_formats/pandas/query_compiler.py
Lines 492 to 494 in 4f78260
We can decide the same based on the
.merge()
arguments without materializing the index.The text was updated successfully, but these errors were encountered: