ClickHouse/docs/en/introduction/features_considered_disadvantages.md
BayoNet 13d9a4eebe Sources for english documentation switched to Markdown.
Edit page link is fixed too for both language versions of documentation.
2017-12-28 18:13:23 +03:00

283 B

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.