From 67d80bafd27134bd4098667e3bbb04a7bae5e115 Mon Sep 17 00:00:00 2001 From: sakulali Date: Sat, 24 Aug 2024 00:48:40 +0800 Subject: [PATCH] fix typo --- docs/en/interfaces/formats.md | 2 +- docs/en/operations/settings/settings.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/interfaces/formats.md b/docs/en/interfaces/formats.md index 8892c6d8d3f..41d4787f6bc 100644 --- a/docs/en/interfaces/formats.md +++ b/docs/en/interfaces/formats.md @@ -252,7 +252,7 @@ This format is also available under the names `TSVRawWithNames`, `RawWithNames`. Differs from `TabSeparatedWithNamesAndTypes` format in that the rows are written without escaping. When parsing with this format, tabs or linefeeds are not allowed in each field. -This format is also available under the names `TSVRawWithNamesAndNames`, `RawWithNamesAndNames`. +This format is also available under the names `TSVRawWithNamesAndTypes`, `RawWithNamesAndTypes`. ## Template {#format-template} diff --git a/docs/en/operations/settings/settings.md b/docs/en/operations/settings/settings.md index b7dadc2e61a..241609e4fde 100644 --- a/docs/en/operations/settings/settings.md +++ b/docs/en/operations/settings/settings.md @@ -755,7 +755,7 @@ Used for the same purpose as `max_block_size`, but it sets the recommended block However, the block size cannot be more than `max_block_size` rows. By default: 1,000,000. It works when reading from MergeTree engines and reading contents from row input formats. -## preferred_max_column_in_block_size_bytes {#preferred-max-column-in-block-size_bytes} +## preferred_max_column_in_block_size_bytes {#preferred-max-column-in-block-size-bytes} Limit on max column size in block while reading. Helps to decrease cache misses count. Should be close to L2 cache size. However, the column size in block cannot be more than `max_block_size` rows.