[Docs] Fix typo

Co-authored-by: Alexey Milovidov <milovidov@clickhouse.com>
This commit is contained in:
Justin de Guzman 2024-02-22 14:58:24 -08:00 committed by GitHub
parent bd5e4f42a6
commit 8de4810374
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -240,7 +240,7 @@ Performance will not decrease if:
It is possible to asynchronously insert data in small but frequent inserts. The data from such insertions is combined into batches and then safely inserted into a table. To use asynchronous inserts, enable the [`async_insert`](../../operations/settings/settings.md#async-insert) setting. Note that asynchronous inserts are supported only over HTTP protocol and that deduplication is not supported for them.
Using `async_insert` or the [`Buffer` table engine](/en/engines/table-engines/special/buffer) results in results in additional buffering.
Using `async_insert` or the [`Buffer` table engine](/en/engines/table-engines/special/buffer) results in additional buffering.
### Long-running inserts