Open joocer opened 4 years ago
Use as a basis to prioritize stages when the pipeline gets congested;
Prefer stages with lower in:out ratios (reduce the number of records, or create few new records) When there are matching ratios, prefer stages toward the end of the flow
The ratio can be calculated from the input_records and output_records already captured.
Use as a basis to prioritize stages when the pipeline gets congested;
Prefer stages with lower in:out ratios (reduce the number of records, or create few new records) When there are matching ratios, prefer stages toward the end of the flow