Hints in PeopleCode
I am working on tuning an app engine called PC_Pricing. There is one step that takes for ever. I have tested running the app with out some of the indexes in our test environment and the process runs faster. The problem is that there are other apps that need that index so I can not remove them from production. The optimiser chooses the slower index. Thus I am now testing with hints. I have the SQL that is needed when I run out side of PeopleSoft, but when I put the hint in People Code it does not work. I will include