-
East China Normal University
- Shanghai, China
-
05:16
(UTC +08:00) - https://wind-gone.github.io/
Highlights
- Pro
database
Alibaba OceanBase group's preliminary contest code implementation
4 labs + 2 challenges + 4 docs
阿里云数据库内核月报分类整理(定时更新) http://mysql.taobao.org/monthly/
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
An educational OLAP database system.
A cloud-native database based on PostgreSQL developed by Alibaba Cloud.
DuckDB is an analytical in-process SQL database management system
Code for "SILK: Preventing Latency Spikes in Log-Structured Merge Key-Value Stores" published in USENIX ATC 19
腾讯事务处理技术验证系统(Tencent Transaction Processing Testbed System)
SQL Parser for C++. Building C++ object structure from SQL statements.
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
These are the best resources for System Design on the Internet
A learning-based method for high-fidelity database generation.
An easy-to-use Map Reduce Go parallel-computing framework inspired by 2021 6.824 lab1. It supports multiple workers threads on a single machine and multiple processes on a single machine right now.
Let's build an OLAP database from scratch! 🚧 UNDER CONSTRUCTION 🚧
Implementation of DeepDB: Learn from Data, not from Queries!
leveldb 源码阅读,分析 DB 运作流程与 WAL、SSTable 等文件格式与 Compaction 过程。
🚧 Build a SQL optimizer in 1000 lines of Rust using egg.