Let's see if I'm following:
Currently, I'm using views that call custom functions(which they use parameters) to look up values in a settings table to filter directly in the view (original post). More data, more stacked functions, worse performance.
Are you suggesting that I create procedures...