Skip to content
View skyzh's full-sized avatar
🐱
working
🐱
working

Block or report skyzh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
skyzh/README.md

Hi, I'm Chi, currently working @neondatabase. I spent most of my life in Shanghai, and now I'm living in Pittsburgh.

  • I'm maintaining RisingLight, an educational OLAP database system.
  • I worked on BusTub as a teaching assistant for @cmu-db's intro to database course when I was in Carnegie Mellon University.
  • I'm interested in exploring how to productively use the Rust programming language in data-intensive applications.
    • In mini-lsm, you will learn how to build a LSM-tree storage engine in Rust.
    • In type-exercise-in-rust, you will learn how to build a vectorized expression evaluation framework in database systems with Rust.
    • In write-you-a-vector-db, you will add vector extensions to a relational database system.

Pinned Loading

  1. risinglightdb/risinglight Public

    An educational OLAP database system.

    Rust 1.7k 221

  2. cmu-db/bustub Public

    The BusTub Relational Database Management System (Educational)

    C++ 4.4k 1.9k

  3. mini-lsm Public

    A course of building an LSM-Tree storage engine (database) in a week.

    Rust 3.3k 466

  4. write-you-a-vector-db Public

    A Vector Database Tutorial (over CMU-DB's BusTub system)

    C++ 688 19

  5. tikv/tikv Public

    Distributed transactional key-value database, originally created to complement TiDB

    Rust 15.7k 2.2k

  6. neondatabase/neon Public

    Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.

    Rust 16.8k 530

1,809 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 24 commits in 1 repository

Created a pull request in neondatabase/neon that received 9 comments

fix(pageserver): avoid gc-compaction triggering circuit breaker

Problem There are some cases where traditional gc might collect some layer files causing gc-compaction cannot read the full history of the key. Thi…

+39 −11 lines changed 9 comments
Opened 24 other pull requests in 1 repository
Reviewed 27 pull requests in 4 repositories

Created an issue in neondatabase/neon that received 2 comments

Image layer reader/writer efficiency wrt compression

I occasionally observe very slow image layer generation on pg_bench projects. That's probably because of the dataset of pg_bench contains a lot of …

2 comments
Opened 6 other issues in 1 repository
18 contributions in private repositories Apr 1 – Apr 17
Loading