krdlab / simpledb

Writing SimpleDB, the subject of "Database Design and Implementation 2nd", in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simpledb

はじめに

Database Design and Implementation Second Edition を読んで Rust で実装してみようという試み.

著者のページ → http://cs.bc.edu/~sciore/simpledb/

進捗状況

  • Database Systems
  • JDBC
  • Disk and File Management
  • Memory Management
  • Transaction Management
  • Record Management
  • Metadata Management
  • Query Processing
  • Parsing
  • Planning
  • JDBC Interfaces
    • completed except remote interfaces
  • Indexing
  • Materialization and Sorting
  • Effective Buffer Utilization
  • Query Optimization

About

Writing SimpleDB, the subject of "Database Design and Implementation 2nd", in Rust.


Languages

Language:Rust 100.0%