I have always believed minimizing DB IOs was the best method to maintain best performance in my apps. When I try to FIND the user-selected value in the options list, I get an error message “Maximum request per minute limit has been reached for the app. Current limit is 500 requests per minute”
The alternative is to do another DBIO to retrieve the user-selected item from the DB.
Which is best?