Alex Chi
Code for fun, Make things happen
Blog
07
Apr 2023
Query Processing in BusTub
Before Fall 2022, the BusTub project (a course project for CMU 15-445/645 Database Systems) only covered certain aspects...
28
Dec 2022
Shared Indexes and Joins in Streaming Databases
This article is basically an English version of my previous post, which was originally written in May 2022. This is also...
27
Dec 2022
MiniLSM: Build an LSM-Tree Storage Engine in a Week!
I’ve been working on a series of tutorial on how to build an LSM-Tree storage engine in the Rust programming langu...
12
Jul 2022
Developer Experience Counts: Behind the Scenes of RiseDev
I’ve published a blog on our company’s website. In this blog, I talked about how we improved the development...