Update file.md

This commit is contained in:
alexey-milovidov 2019-06-27 14:23:23 +03:00 committed by GitHub
parent f6265d332a
commit 553342a74a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ $ echo -e "1,2\n3,4" | clickhouse-local -q "CREATE TABLE table (a Int64, b Int64
## Details of Implementation
- Reads can be parallel, but not writes
- Multiple SELECT queries can be performed concurrently, but INSERT queries will wait each other.
- Not supported:
- `ALTER`
- `SELECT ... SAMPLE`