This allows for adapter-specific optimizations when requesting jobs by user. The controller should be update to use this method when requesting jobs specific to a user, as it can greatly speed up server-side processing times when properly implemented.
A
user_where
method has been added at https://github.com/OSC/ood_core/issues/26This allows for adapter-specific optimizations when requesting jobs by user. The controller should be update to use this method when requesting jobs specific to a user, as it can greatly speed up server-side processing times when properly implemented.