Feature Number: 700864a
| Overview | Improves the issue where the expected sequential access path is not generated when processing data sorted based on columns specified in the ORDER BY clause. This can cause a problem where a merge join execution path based on those columns is not created. |
| Details | If the conditions for creating a merge join are met during join build but the child is not sorted, the child is sorted and an additional attempt is made to build the merge join. |