About Shiv Iyer
Open Source Database Systems Engineer with a deep understanding of Optimizer Internals, Performance Engineering, Scalability and Data SRE. Shiv currently is the Founder, Investor, Board Member and CEO of multiple Database Systems Infrastructure Operations companies in the Transaction Processing Computing and ColumnStores ecosystem. He is also a frequent speaker in open source software conferences globally.

How to Avoid Mutations in ClickHouse?

Introduction In ClickHouse, a mutation refers to any operation that modifies the data in the database, including insert, update and delete operations. These operations can affect the integrity of the data and the accuracy of […]

Algorithm of Log Structure Merge Tree (LSM-Tree)

How does the Log Structure Merge Tree (LSM-Tree) work? Log Structured Merge Tree (LSM-Tree) is a data structure that is used to implement high-performance, disk-based storage systems such as RocksDB. The algorithm of LSM-Tree is […]

Monitoring ClickHouse Server Load

Introduction What is the Data Load distribution happening to ClickHouse Server? I ask this question often to ClickHouse infrastructure owners. This matrix is used for trending the load and throughput. This will help me identify […]

Autonomous ClickHouse Infrastructure with ChistaDATA Cloud

Introduction I have been a Database Systems Production Engineer/Site Reliability Engineer for almost two decades, with core interests in Performance, Scalability, High Availability and Data Security across MySQL and PostgreSQL infrastructure operations. I have been […]

Compressing ClickHouse Database for Performance

How to configure compression parameters in ClickHouse for Performance? ClickHouse supports advanced compression to performance while reducing storage costs. Technically, Tuning the storage infrastructure of the ClickHouse schema will equally improve the performance of both […]

1 20 21 22 23