From 7f72ec2a172eaec5c7ed672dda7c326c0ce547eb Mon Sep 17 00:00:00 2001 From: Ryo Kanbayashi Date: Sun, 16 Jun 2024 09:48:09 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fc95426..179da939 100644 --- a/README.md +++ b/README.md @@ -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 - 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) - [ ] UNION clause