Update from.md

This commit is contained in:
Denny Crane 2023-02-23 21:25:00 -04:00 committed by GitHub
parent 06a3c5598a
commit 8851c268c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ Queries that use `FINAL` are executed slightly slower than similar queries that
**In most cases, avoid using `FINAL`.** The common approach is to use different queries that assume the background processes of the `MergeTree` engine havet happened yet and deal with it by applying aggregation (for example, to discard duplicates).
`FINAL` be applied automatically using [FINAL](../../operations/settings/settings.md) setting to all tables in a query using a session or a user profile.
`FINAL` be applied automatically using [FINAL](../../../operations/settings/settings.md#final) setting to all tables in a query using a session or a user profile.
## Implementation Details