Using a single input, is it possible to join the data stream to itself? The data stream includes archived data. I would like to join records from previous periods within the same table to their current records.
Or is it more efficient to create separate inputs streams of the same source table and then join the separate streams into one? The data set is large.