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 make Bulk Data Changes in ClickHouse

Introduction Bulk data changes in ClickHouse can be made using the INSERT INTO or the INSERT INTO SELECT statements. The INSERT INTO statement is used to insert data into a specific table, while the INSERT […]

Monitoring ClickHouse for Blocked Queries

Introduction Blocked queries in ClickHouse can negatively impact performance by causing delays in query execution. When a query is blocked, it is not able to proceed until the resource it is waiting for is released […]

1 19 20 21 22 23 26