ClickHouse/doc/reference/en/introduction/features.rst

7 lines
337 B
ReStructuredText
Raw Normal View History

2017-04-26 16:07:48 +00:00
ClickHouse features that can be considered disadvantages
2017-06-09 13:11:45 +00:00
--------------------------------------------------------
2017-04-03 19:49:50 +00:00
2017-04-26 16:07:48 +00:00
#. 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.