mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Update prewhere.md
Вернул изменения назад.
This commit is contained in:
parent
b6198d2af6
commit
5c11925830
@ -2,7 +2,7 @@
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user