I have a table with around 5 million records for which I need to write a user defined function and call in the select statement.
Is there any way I can improve the performance?
currently trying to create a functional index but not sure if that would be a good idea.