ClickHouse/docs/en/introduction/features_considered_disadvantages.md

7 lines
283 B
Markdown
Raw Normal View History

# ClickHouse features that can be considered disadvantages
1. No transactions.
2. 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.
3. Lack of full-fledged UPDATE/DELETE implementation.