About Ilkay
Ilkay has been administering databases including NoSQL and RDBMS for over 7 years. He is experienced working high-scale banking databases. He is currently working at ChistaDATA Inc. as Database Administrator.
Contact: Website

WHERE vs PREWHERE in ClickHouse

PREWHERE is an optimization applied automatically even if you write WHERE in the query. A separate keyword lets you manually tune this optimizer behavior if you know what you are doing. SELECT column1, column2, column3 […]

Optimizing Table Instantly in ClickHouse

We run an OPTIMIZE table_name FINAL after loading, but we still see numerous duplicates even after the OPTIMIZE command appears to have finished. This is because it runs silently and doesn’t return any information or […]

Migrating MSSQL Database to ClickHouse

In the previous article, We discussed migrating from Oracle to the ClickHouse database. This migration technology tool will soon be available in the ChistaDATA DBaaS, and you can enjoy the advantages of ClickHouse database with […]

Migrating Oracle Database to ClickHouse

In previous article we talked about migrating from OLTP databases to the ClickHouse database. This migration technology tool will soon be available in the ChistaDATA DBaaS and you can enjoy the advantages of ClickHouse database […]

ClickHouse April 2023 Release – Version 23.4

Introduction Each new release includes new features, improvements, and numerous bug fixes, and the ChistaDATA team is always on top of the latest releases. On 26th April 2023, ClickHouse version 22.4 (April 2023) was released, […]

ChistaDATA Anansi Query Profiler

Introduction Top-n queries extract the top or bottom n rows from a result set. In other words, they identify the best or worst examples, such as the top 10 place in a particular area, the […]

Simple Bar Feature

ClickHouse has simple bar feature. This enables you to summarize data quickly by creating straightforward charts directly. bar(x, min, max, width) x is the value, min is the 0% and max is the 100% of […]

1 2 3 4