ClickHouse/docs/en/introduction/features_considered_disadvantages.md

8 lines
545 B
Markdown
Raw Normal View History

# ClickHouse Features that Can be Considered Disadvantages
2018-09-06 17:43:12 +00:00
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 and updates available to clean up or modify data, for example to comply with [GDPR](https://gdpr-info.eu).
3. The sparse index makes ClickHouse not really suitable for point queries retrieving single rows by their keys.
[Original article](https://clickhouse.yandex/docs/en/introduction/features_considered_disadvantages/) <!--hide-->