https://github.com/krdlab/simpledb
Writing SimpleDB, the subject of "Database Design and Implementation 2nd", in Rust.
https://github.com/krdlab/simpledb
Last synced: 11 months ago
JSON representation
Writing SimpleDB, the subject of "Database Design and Implementation 2nd", in Rust.
- Host: GitHub
- URL: https://github.com/krdlab/simpledb
- Owner: krdlab
- Created: 2022-05-01T12:51:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T16:23:05.000Z (over 2 years ago)
- Last Synced: 2025-04-02T21:14:52.001Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 164 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simpledb
## はじめに
[Database Design and Implementation Second Edition](https://link.springer.com/book/10.1007/978-3-030-33836-7) を読んで Rust で実装してみようという試み.
著者のページ →
## 進捗状況
- [x] Database Systems
- [x] JDBC
- [x] Disk and File Management
- [x] Memory Management
- [x] Transaction Management
- [x] Record Management
- [x] Metadata Management
- [x] Query Processing
- [x] Parsing
- [x] Planning
- [x] JDBC Interfaces
- completed except remote interfaces
- [ ] Indexing
- [ ] Materialization and Sorting
- [ ] Effective Buffer Utilization
- [ ] Query Optimization