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
Each of these can probably be replaced fairly cleanly by using DestTuplestore and just writing those tuples out from the tuplestore to ZMQ as they currently are in the current CommandDests.
@usmanm While this obviously requires a bit of extra iteration since output rows aren't written directly to the receiver, after some initial work it seems like this model will actually help quite a bit with #853.
Yes, that's going to be a pretty killer feature. I think first step is going to be ordered stream processing. Which we can add as another "level", since it'll slow things down a bit.
DestTupleTable
DestCombiner
DestTransform
The text was updated successfully, but these errors were encountered: