ClickHouse vs Cassandra for Real-time Analytics

Introduction ClickHouse and Cassandra are both powerful data management systems, but they are designed for different use cases. 1. Data Model 2. Query Language 3. Aggregation 4. Data Compression 5. Indices 6. Throughput Conclusion The […]

ClickHouse Summer 2023 Release – Version 23.7

Introduction Each new release includes new features, improvements, and numerous bug fixes, and the ChistaDATA team is always on top of the latest releases. On 27th July 2023, ClickHouse version 23.7 (July 2023) was released, […]

ClickHouse Resource Safety: Implementing RAII and Destructors

Introduction In ClickHouse’s C++ codebase, efficient resource management and preventing resource leaks are crucial for ensuring stable and high-performance data processing. C++ provides the powerful RAII (Resource Acquisition Is Initialization) idiom, which allows resources to […]

1 9 10 11 12 13 36