Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krdlab/simpledb
Writing SimpleDB, the subject of "Database Design and Implementation 2nd", in Rust.
https://github.com/krdlab/simpledb
Last synced: 9 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T16:23:05.000Z (10 months ago)
- Last Synced: 2024-04-11T03:43:24.910Z (7 months 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