Load balancing union search strategy

I am trying to use multiple identical remotes in union to distribute high volume of traffic so that throttling is reduced as much as possible. I have looked into the rand search policy but that will query ALL remotes which defeats the purpose. It would be nice to have another search policy that pick one remote in union at random, try to get the file and if it doesn't exist, pick another remote at random and so on.

Already an issue for it:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.