How to efficiently process records in the pipeline in order (by timestamp)?

  • Does anyone have a method of doing this?

    The reason why I need it is that I have a new record which has then been updated coming in on the same pipeline. I need to add the new record to the target table first then make the change to that same record in place.

    Any ideas?

  • Can you throw away the old record, if a newer one exists, and just use the newer one for everything?


Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply