Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
ryogrid authored Jun 16, 2024
1 parent 85e4448 commit 7f72ec2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -114,8 +114,9 @@
- [ ] DB Connector (Driver) or Other Kind of Network Access Interface
- [ ] MySQL or PostgreSQL Compatible Protocol
- [x] REST
- [ ] Deallocate and Reuse Page
- Need tracking page usage by BufferPoolManager or TableHeap and need bitmap in header page corresponding to the tracking
- [x] Deallocate and Reuse Page (TEMPORAL)
- Current implementation forgets reusable pages info at system shutdown or crash
- **Addition of persistence is needed**
- [x] Optimization of INSERT
- <del>Current implementation searches a free space which is enough for insert data with sequential scan from head (this is slow on exsisting large amount of records situation) </del>
- [ ] UNION clause

0 comments on commit 7f72ec2

Please sign in to comment.