HYU 2019 second semester DATABASE SYSTEMS prof. Jung, Hyung Soo
- 5 project in total to complete
- complete 1 project until every Sunday 23:59:59
- review code of Joonho until every Tuesday 23:59:59
-
- Disk based b+ tree
- B+ tree index
- delayed merge
-
- Buffer management
- Least Recently Used(LRU) page replacement policy
- Buffer management
-
- Join table
- equi join
- Join table
-
- Concurrency control
- conflict-serializable schedule for transaction
- strict-2 Phase Locking (2PL)
- row-level locking
- deadlock detection
- Concurrency control
-
- Transaction logging & Recovery
- no force, steal policy
- Write Ahead Logging(WAL)
- fast recovery when crash occurs during recovery phase using compensate log
- Transaction logging & Recovery