Update prewhere.md

Вернул изменения назад.
This commit is contained in:
Dmitriy 2020-10-24 13:17:48 +03:00
parent b6198d2af6
commit 5c11925830

View File

@ -2,7 +2,7 @@
toc_title: PREWHERE toc_title: PREWHERE
--- ---
# PREWHERE Clause {#prewhere} # PREWHERE Clause {#prewhere-clause}
Prewhere is an optimization to apply filtering more efficiently. It is enabled by default even if `PREWHERE` clause is not specified explicitly. It works by automatically moving part of [WHERE](../../../sql-reference/statements/select/where.md) condition to prewhere stage. The role of `PREWHERE` clause is only to control this optimization if you think that you know how to do it better than it happens by default. Prewhere is an optimization to apply filtering more efficiently. It is enabled by default even if `PREWHERE` clause is not specified explicitly. It works by automatically moving part of [WHERE](../../../sql-reference/statements/select/where.md) condition to prewhere stage. The role of `PREWHERE` clause is only to control this optimization if you think that you know how to do it better than it happens by default.