Skip to content

Commit

Permalink
Merge pull request ClickHouse#40172 from DanRoscigno/fix-note-in-merg…
Browse files Browse the repository at this point in the history
…etree-engine

fix note in mergetree engine doc
  • Loading branch information
alexey-milovidov authored Aug 12, 2022
2 parents ef6ff51 + 364088d commit 0dc1839
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/en/engines/table-engines/mergetree-family/mergetree.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,9 +482,11 @@ For example:

## Projections {#projections}
Projections are like [materialized views](../../../sql-reference/statements/create/view.md#materialized) but defined in part-level. It provides consistency guarantees along with automatic usage in queries.
::: note

:::note
When you are implementing projections you should also consider the [force_optimize_projection](../../../operations/settings/settings.md#force-optimize-projection) setting.
:::

Projections are not supported in the `SELECT` statements with the [FINAL](../../../sql-reference/statements/select/from.md#select-from-final) modifier.

### Projection Query {#projection-query}
Expand Down

0 comments on commit 0dc1839

Please sign in to comment.