mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 04:12:19 +00:00
DOCAPI-7991: Typo fix.
This commit is contained in:
parent
d8a5d6b602
commit
bdd46bd585
@ -14,7 +14,7 @@ Engines:
|
||||
|
||||
- Store data on a disk.
|
||||
- Append data to the end of file when writing.
|
||||
- Support locs for concurrent data access.
|
||||
- Support locks for concurrent data access.
|
||||
|
||||
During `INSERT` query the table is locked, and other queries for reading and writing data both wait for unlocking. If there are no writing data queries, any number of reading data queries can be performed concurrently.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user