About Can Sayn
Can Sayın is experienced Database Administrator in open source relational and NoSql databases, working in complicated infrastructures. Over 5 years industry experience, he gain managing database systems. He is working at ChistaDATA Inc. His areas of interest are generally on open source systems.
Contact: Website

Convert MergeTree to Replicated In ClickHouse

To convert a MergeTree table to a Replicated table in ClickHouse, you can use the ALTER TABLE statement with the ENGINE clause. Here is an example: ALTER TABLE original_table ENGINE = ReplicatedMergeTree(‘/clickhouse/tables/{database}/{table}’, ‘{replica}’) ORDER BY […]

Examining CPU Killer Processes In ClickHouse

To examine CPU-intensive processes in a ClickHouse database, you can use the system table system.processes to view information about currently running queries and their resource usage. You can run the following query to view the […]

Overview of 5 Key ClickHouse Configuration Parameters

Introduction ClickHouse is a column-oriented database management system that is designed for high-performance analytics. One of the critical features of ClickHouse is its ability to handle large amounts of data quickly and efficiently. This is […]

Troubleshooting ClickHouse Performance

Troubleshooting ClickHouse Performance – Monitoring ClickHouse for Performance Monitoring ClickHouse Events Performance In this article you will learn how to check following operations in ClickHouse; Monitoring Expensive Query Operations In ClickHouse Expensive Queries In ClickHouse […]

ClickHouse Storage Security Guide

ClickHouse hosts its data in file systems like most systems. Unauthorized individuals or organizations should be prevented from accessing this data. You can strengthen your storage system with the following categories: Host-Level Security Volume Level […]

ClickHouse December 2022 Release – v22.12

Introduction Every new release includes new features, enhancements, and numerous bug fixes, and the ChistaDATA team always stays on top of the latest releases. On December 15, 2022, ClickHouse version 22.12 was released, and this […]

ClickHouse Network Security Guide

In this article we will talk about how to secure your ClickHouse network and will enrich article with examples. To boost your ClickHouse network, you have to monitor your network traffic and user who is […]

1 3 4 5 6 7 9