Hacker News new | past | comments | ask | show | jobs | submit
> ClickHouse had features that at the time were only found in a handful of closed-source, commercial analytical DBMSs. For example, ClickHouse was written in C++ and supported vectorized query execution using SIMD in 2016. Most prominent open-source analytical DBMSs in 2016 were JVM-based and did not support SIMD optimizations until years later.

Performance is a feature. "Written in C++" is a strange idea of a feature.

zero cost abstraction is one of the many features of C++, its just you are not familiar with the language