Update clickhouse-v21.12-released.md

This commit is contained in:
alexey-milovidov 2021-12-16 06:44:01 +03:00 committed by GitHub
parent 12d24cd152
commit 9113020dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,6 +93,8 @@ INSERT INTO my_table FROM INFILE '*.csv.gz' FORMAT CSV
Glob patterns support `*`, `?` and `{n..m}` with `{1..10}` or (aligned) `{01..10}` forms.
This query will be automatically parallelized, it will also automatically detect compression format from file extension and decompress transparently.
This improvement is done by **Arthur Filatenkov**.
**How does this help you?**
Now you don't have to recall how to write parallel for loop in your command line shell. clickhouse-client will do everything for you, it works intuitively and fast.