mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 22:22:00 +00:00
7 lines
337 B
ReStructuredText
7 lines
337 B
ReStructuredText
ClickHouse features that can be considered disadvantages
|
|
--------------------------------------------------------
|
|
|
|
#. No transactions.
|
|
#. For aggregation, query results must fit in the RAM on a single server. However, the volume of source data for a query may be indefinitely large.
|
|
#. Lack of full-fledged UPDATE/DELETE implementation.
|