Febes,

AS Constraints cannot be optimized so when you can use psSQLFilter you will certainly speed up the process.

But the message of Anders is also very important as a simple constraint can be be used by the CK (assuming the right index is in place) and there is no need for psSQLFilter.

Also important; psSQLFilter only works on the main DD and not on parent DDs while constraints do.