The query compiler expands view definitions into the main statement block, which might result in a more complex statement.
查询编译器将视图定义展开成主语句块,从而产生一个更复杂的语句。
2
It also ensures that the compiler does not move instructions from inside a synchronized block to outside (although it can in some cases move instructions from outside a synchronized block inside).