You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the fix for #1639, we are now issuing a RocksDB scan operation for every outbox read by the shuffle. This is highly inefficient and should rather use a tailing iterator similar to how the LocalLogletReadStream is implemented.
The text was updated successfully, but these errors were encountered:
With the fix for #1639, we are now issuing a RocksDB scan operation for every outbox read by the shuffle. This is highly inefficient and should rather use a tailing iterator similar to how the
LocalLogletReadStream
is implemented.The text was updated successfully, but these errors were encountered: