| There are huge performance gains in Oracle 12c by using fetch first and offset (SQL2008StandardLimitHandler syntax) over rownum for limit handling. Would it make more sense to use the SQL2008StandardLimitHandler for everything besides FOR UPDATE statements? I can submit a PR if you are open to the suggestion. |