Update from.md

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

View File

@ -36,6 +36,8 @@ 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.
## Implementation Details
If the `FROM` clause is omitted, data will be read from the `system.one` table.