|
|
|
|
|
by anonetal
3721 days ago
|
|
Rewrite phase is also supposed to "flatten subqueries/views" (cf. "Extensible/rule based query rewrite optimization in Starburst"; SIGMOD 92) and can be fairly complex. PostgreSQL doesn't do it to the same extent as DB2, but there is certainly some complex logic involved there. |
|
Source: I'm a PostgreSQL Developer.