ClickHouse

    Taking a Closer Look at ClickHouse® Live View Tables

    In the couple of previous blog posts, I have introduced Live Views tables and covered basic usage. Now, in this post, we will take a closer look at Live View tables. Specifically, we will look at the options available for…

    Webinar: Tips and tricks every ClickHouse® user should know.

    New users of ClickHouse love the speed but may run into a few surprises when designing applications. Column storage turns classic SQL design precepts on their heads. This talk shares our favorite tricks for building great applications. We’ll talk about…

    Amplifying ClickHouse® Capacity with Multi-Volume Storage (Part 2)

    This article is a continuation of the series describing multi-volume storage, which greatly increases ClickHouse server capacity using tiered storage. In the previous article we introduced why tiered storage is important, described multi-volume organization in ClickHouse, and worked through a…

    Amplifying ClickHouse® Capacity with Multi-Volume Storage (Part 1)

    As longtime users know well, ClickHouse has traditionally had a basic storage model.  Each ClickHouse server is a single process that accesses data located on a single storage device. The design offers operational simplicity–a great virtue–but restricts users to a…

    Altinity and ClickHouse® at KubeCon 2019

    The Altinity team just returned from sponsoring at KubeCon North America in San Diego November 19-21. I would like to thank all the people who visited our booth, especially current customers and ClickHouse users. It’s starting to be a real…

    Using Live View Tables with a Real Dataset

    My previous blog article introduced Live View tables, a new feature in ClickHouse that enables users to subscribe to query results and get new results as the underlying input changes. In this article, we will continue to explore using Live…

    Making Data Come to Life with ClickHouse® Live View Tables

    Have you ever wanted to get a notification from your database when the query result has changed due to new data? Have you ever wanted to build a real-time dashboard where your graphs would change in real-time based on fresh…

    New release of ClickHouse® ODBC driver

    Today Altinity is pleased to announce an important improvement to the ClickHouse ecosystem. In addition to adding new features to ClickHouse server and maintaining the Grafana plugin, we recently took over responsibility for the ClickHouse ODBC driver. The ClickHouse ecosystem…

    ClickHouse® October Community Events

    October has been a busy month for the ClickHouse community and Altinity. We sponsored and presented at three community events in the first 9 days of October. Here’s a quick rundown of each one with links to interesting presentations.

    Altinity ClickHouse® Operator at Red Hat’s OperatorHub.io

    CoreOS introduced operators for Kubernetes in 2016. A Kubernetes Operator is an application that integrates into Kuberentes and manages other applications. It significantly simplifies deployment and management of cloud native apps by leveraging application specific operational knowledge. Since then operators…