Currently when the option "onlyOnce" is set to false, the behavior adds the validation rule to each field of a group.
This leads to multiple calls of multColumnUniqueness, which means the same data base query is done multiple times.
Optimally this should be prevented by validating once but setting the error message to each unique field in the valiation error array.