ClickHouse/docs/en/introduction/features_considered_disadvantages.md
Ivan Blinkov 20c68e5a6f
WIP on docs introduction articles (#2716)
* WIP on content of distinctive_features.md

* WIP on content of features_considered_disadvantages.md
2018-07-27 14:26:20 +03:00

472 B

ClickHouse features that can be considered disadvantages

  1. No full-fledged transactions.
  2. Lack of ability to modify or delete already inserted data with high rate and low latency. There are batch deletes available to clean up data that is not needed anymore or to comply with GDPR. Batch updates are in development as of July 2018.
  3. Sparse index makes ClickHouse not really suitable for point queries retrieving single rows by their keys.