mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
formal to form
This commit is contained in:
parent
b76d0d60db
commit
ee88814cac
@ -197,7 +197,7 @@ Works with tables in the MergeTree family.
|
||||
|
||||
## convert_query_to_cnf {#convert_query_to_cnf}
|
||||
|
||||
When set to `true`, a `SELECT` query will be converted to conjuctive normal formal (CNF). There are scenarios where rewriting a query in CNF may execute faster (view this [Github issue](https://github.com/ClickHouse/ClickHouse/issues/11749) for an explanation).
|
||||
When set to `true`, a `SELECT` query will be converted to conjuctive normal form (CNF). There are scenarios where rewriting a query in CNF may execute faster (view this [Github issue](https://github.com/ClickHouse/ClickHouse/issues/11749) for an explanation).
|
||||
|
||||
For example, notice how the following `SELECT` query is not modified (the default behavior):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user