I have multiple Dropbox application folders configured as separate remotes. I would like to present these as separate folders in a new virtual remote that I mount, for which a configured type = combine [2] remote seems to do what I need.
In the case that a type = combine remote does what I need, can there be a performance or other benefit to instead using a union [1] type remote instead?
In my instance, I have paths remote1:/App1/path1 and remote2:/App2/path2 already, and if I understand correctly, I am able (using different config, of course) to configure either one in such a way that it presents:
path1 (remote1)
- file 1
path2 (remote2)
- file2
Would there be a material performance or other difference between Combine and Union in this case?