-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[data] [streaming] No preserve order by default #32300
Conversation
Signed-off-by: Eric Liang <ekhliang@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG for performance, as long as the most use case doesn't actually need order preservation.
Signed-off-by: Eric Liang <ekhliang@gmail.com>
Signed-off-by: Eric Liang <ekhliang@gmail.com>
Signed-off-by: Eric Liang <ekhliang@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I'm guessing that we'll eventually expose this as an AIR-level config, and maybe make the default for streaming training ingest to be True
?
I think we'd still default to false, but yeah it should be exposed in the AIR config. |
This reverts commit f05eeb4.
Signed-off-by: Eric Liang ekhliang@gmail.com Why are these changes needed? Preserve order decreases performance; set it off by default. Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
Signed-off-by: Eric Liang ekhliang@gmail.com
Why are these changes needed?
Preserve order decreases performance; set it off by default.