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
Would just like to get clarification regarding some examples of operations that are allowed> (according to the slides it says they need to be stateless and not interfere with stream data but I'm still not too sure what kind of operations fall under those categories)
The text was updated successfully, but these errors were encountered:
Hi, what i understand is that in general operations that are associative are able to run in parallel. But for stateful operations like sorting where order matters you cant run it in parallel.
Would just like to get clarification regarding some examples of operations that are allowed> (according to the slides it says they need to be stateless and not interfere with stream data but I'm still not too sure what kind of operations fall under those categories)
The text was updated successfully, but these errors were encountered: