Demystifying JSON Data With ClickHouse

JSON refers to Javascript Object Notation. It is a popular text data format used to exchange data on modern web and mobile applications. It is based on a subset of the Javascript programming language. It is used to store random data in log files or NoSQL. It also enables us to integrate NoSQL and related […]

ColumnStores for Analytics – ClickHouse

In this blog post, I’m going to take on the subject of why we need ColumnStores for Analytics, the options we have, and how ClickHouse is compelling. Background and History Historically popular datastores have been row-based even in the earlier days of relational databases. This had an advantage over scanning rows required for the data […]