This will greatly depend on the definition of the objects you are checking. Objects that contain many properties that need to be checked or even contain collections of objects that need to be checked, validation takes longer. However, in general, 1000 objects per second, of course, will not be a problem for VAB.
The Application Validation block caches the XML configuration file as an in-memory graphic, so you donβt have to worry about loading the file and parsing the XML each time to validate the objects. VAB has some good optimizations.
source
share