Skip to content

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

Notifications You must be signed in to change notification settings

krdlab/simpledb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages