I have a job with around 100K records to process.
There are many print statements which get executed for each record. Does these print statements have any impact on performance?
For that matter, does number of lines or comments have any impact on performance? I want to save even a single ms if I can.