This commit is contained in:
gyuton 2021-10-22 04:21:29 +03:00
parent 8f039a2b0f
commit 4ecd2ed6e2

View File

@ -119,4 +119,4 @@ Performance will not decrease if:
- Data is added in real time.
- You upload data that is usually sorted by time.
It's also possible to asynchronously insert data in small but frequent inserts from multiple concurrent connections with the setting [async-insert](../../operations/settings/settings.md#async-insert). The data from such inserts is combined into batches and then safely inserted into a table.
It's also possible to asynchronously insert data in small but frequent inserts from multiple concurrent connections with the setting [async_insert](../../operations/settings/settings.md#async-insert). The data from such inserts is combined into batches and then safely inserted into a table.