I have a task where I need to do some complicated validation between two Lists. I don't know which is best to use for validation for the best performance:
- A stored procedure (Single Procudure but I need to invoke this procedure every time for every request) or
- A Java class (here I need to use nested
forLoops).
Please suggest where to write the validation part.
Aucun commentaire:
Enregistrer un commentaire