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

Check Current TTL Settings in ClickHouse

Run a query on system.parts to see the absolute TTL values for a particular piece of data. For each section, columns indicate any TTL restrictions that are currently in effect. SELECT * FROM system.parts WHERE […]

Time Zones In ClickHouse

DateTime in ClickHouse refers to the number of seconds since 1970-01-01 00:00:00 GMT or UNIX timestamp. Both on the server (for HTTP clients and certain types of queries, such toString(ts)) and on the client (for […]

ClickHouse June 2023 Release – Version 23.6

  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 June 01, 2023, ClickHouse version 23.06 was released, and […]

Comprehensive Guide to ClickHouse Data Files

Introduction The ClickHouse data directory, typically located at /var/lib/clickhouse, is the central hub for storing various files essential to the functioning of the ClickHouse database management system. In this blog post, we will explore each […]

Drop & UnDrop Table In ClickHouse

Starting from ClickHouse version 23.3, It is now feasible to recover a dropped table in an Atomic database, provided that it is within the duration specified in the database_atomic_delay_before_drop_table_sec parameter (which is set to 8 […]

Overview of System Tables In ClickHouse

Introduction ClickHouse is an open-source columnar database management system designed for handling large volumes of data. It is known for its high performance, scalability, and flexibility. One of the key features of ClickHouse is its […]

1 2 3 4 5 8