Improving join performance for queries with REVERSE-FROM option
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Improving join performance for queries with REVERSE-FROM option
If a join does not perform as well as you expect,
try using the REVERSE-FROM option for the QUERY-TUNING phrase.
The REVERSE-FROM option causes the DataServer to
generate an SQL FROM clause that lists the tables
in reverse order. In some cases, reversing the order in which tables
are joined might improve Oracle DBMS performance.