Come for answers, stay for best practices. All we're missing is you.
A little knowledge can lead to some poor decisions. It is definitely worth understanding how the database engine executes the SQL because this can then affect how you tune the SQL.
Standard courses are good to explain the standard database tools that are available to identify and tune SQL statements.
Standard SQL performance tuning courses can assume that the attendee has complete control over the SQL.
Maximo administrators rarely have full control over the SQL because a lot of the SQL is built up by Maximo based on user’s behaviour and code.
Standard courses can recommend changes that can’t be implemented easily in Maximo:
Before you go get copies of slow SQL statements reported in the logs and the associated table structures/indexes so you can look at them and see how they can be tuned
Pay particular attention to the sections on:
Copy