About Emrah Idman
Emrah Idman has considerable experience in relational and NoSQL databases. He has worked in a large-scale financial company for over 15 years. He has significant experience in team management, procurement and capacity planning, database administration and product testing for high-volume systems. He is working at ChistaDATA Inc. as senior database administrator.
Contact: Website

ClickHouse String Functions – Part I

Introduction ClickHouse has three types of functions for string operations. These are: General Functions Searching Functions Replacing Functions I aimed to explain the most commonly used general string functions with examples in this article. General […]

Data Backup and Restore in ClickHouse

Photo by Lenharth Systems on StockSnap Introduction Backup is a way to protect and restore databases. It is a safeguard against unexpected data loss and application errors. Replication protects the databases from hardware or connection […]

ClickHouse Backup Strategies – Part II

In ClickHouse, replication does not protect the system from accidental deletes on tables or some records on the tables. For that reason, backup and recovery strategies are crucial for companies. In this article, I will […]

Tabix Configuration and Usage In ClickHouse

Introduction “Tabix” is an open-source SQL Editor and a lightweight business intelligence tool for ClickHouse. It also works from the browser, and installing it is no need. This document aims to explain the configuration and […]

Archiving Data From PostgreSQL to ClickHouse

Introduction Every year, databases store more data than they did the year before. Also, regulatory requirements are forcing businesses to monitor all of their data and exercise control over its management and retention. This calls […]

Compression Algorithms and Codecs in ClickHouse

Introduction The amount of data stored in databases is increasing day by day. This increases the cost required for data storage and network access. Compression techniques are a commonly used method to save storage space […]

ClickHouse August 2022 Release – v22.8

Introduction ClickHouse version 22.08 (August 2022) was released on August 18, 2022. This version includes 12 new features, 12 performance improvements, +40 other improvements, and over 45 bug fixes. For more information, please visit the […]

Compression Techniques in Columnar Databases

Introduction The amount of data stored in databases is increasing day by day. This increases the cost required for data storage and network access. Compression techniques are one of the commonly used methods to save […]

ClickHouse Backup Strategies – Part 1

Introduction In ClickHouse, replication does not protect the system from accidental deletes on tables or some records on the tables. For that reason, backup and recovery strategies are crucial for companies. These are some of […]

1 2 3