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.

Troubleshooting Suboptimal ClickHouse Queries

To troubleshoot and optimize slow ClickHouse queries, follow these steps: 1. Use EXPLAIN to Analyze Query Plans EXPLAIN syntax SELECT * FROM table WHERE condition Available syntax options: EXPLAIN PLAN – shows execution plan EXPLAIN […]

ClickHouse Query Optimizer

ClickHouse Query Optimizer: How It Transforms Your SQL Into Lightning-Fast Execution ClickHouse’s reputation for blazing-fast analytics isn’t accidental – it’s the result of a sophisticated query optimization pipeline that transforms your SQL into highly efficient […]

Data Security and Data Masking in ClickHouse

Comprehensive Guide to Data Security and Data Masking in ClickHouse: Protecting Your Data While Maintaining Performance In today’s data-driven landscape, organizations face the dual challenge of leveraging their data for insights while ensuring robust protection […]

Optimal SQL Engineering for ClickHouse

Optimal SQL Engineering for ClickHouse Performance: Essential Optimization Strategies for Analytical Workloads In today’s data-driven landscape, ClickHouse stands out as a powerhouse for analytical workloads, delivering exceptional speed at scale. This blog summarizes key insights […]

Optimizing Vector Search Index in ClickHouse

How can I optimize the performance of a vector search index in ClickHouse? To optimize vector search performance in ClickHouse, leverage its MergeTree engine capabilities and vector similarity indexes while balancing speed, accuracy, and resource […]

Advantages of using data skipping indexes in ClickHouse

What are the advantages of using data skipping indexes in ClickHouse? Performance Benefits Query Speed Optimization Data skipping indexes significantly improve query performance by allowing ClickHouse to skip over irrelevant data parts during disk reads. […]

1 2 3 26