Will there be a performance impact if a validation XML is used without max rows? Let’s say the hierarchy select in the validation XML generates thousands of records. Will it be beneficial to limit it to just one (or the first) row?
In SQL, it’s typical to use a top X statement to minimize any performance impact.