• Ivan Tyagov's avatar
    Call pure transformation in an activity rather than execute in current... · 503c9033
    Ivan Tyagov authored
    Call pure transformation in an activity rather than execute in current transaction. This way we split ingestion part from transformation part.
    Note: this commit will serialize argument_list to activity's mysql table in case of big packets this can be slow, in case of small appends it can be acceptable.
    Instead we should call with start and end offset only and data should be read from Data Stream itself (WIP).
    503c9033
DataStream_appendData.xml 2.82 KB