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.

ClickHouse Permutation by Recursion and Cross Join

Permutation is the process of arranging a set of elements in all possible orders. ClickHouse supports two methods for computing permutations: recursion and cross join. Here’s how each method works, along with real-life data examples […]

How to optimize JOIN operations in ClickHouse?

Introduction Join operations in ClickHouse can be optimized in several ways to improve query performance. Here are some best practices to optimize join operations in ClickHouse, along with real-life data examples: Example: Suppose we have […]

1 13 14 15 16 17 26