MBO Performance Tip N.7 – Use efficient SQL
This entry is part of the Java MBO performance optimization golden rules series. A not well tuned SQL query is often the biggest contributor to elapsed time taken by Maximo Business Objects (MBO) logic. A general example of this is the use of IN or NOT IN in SQL where clauses. Avoid IN or NOT IN […]