I use Clearcase on a project with ~3700 files. While making a release, there are some directories that have to be labeled recursively. The file count here is ~2400. The files in other directories are selectively labelled. I currently label the files using a script to iterate through a list of files and label the files one by one. This takes around 20 mins while connected to Ethernet.
Is it efficient to split the labeling process into two parts one for recursive labelling and one for selective labeling? Is recursive labeling faster by 1x,2x,..?