Yushan Lin

Results 3 issues of Yushan Lin

There is an unnecessary cloning in `org.vanilladb.core.storage.buffer.BufferMgr`. Here is the code snippet: ```java private void unpinAll(Transaction tx) { // Copy the set of pinned buffers to avoid ConcurrentModificationException Set pinnedBuffs...

### Motivation VanillaCore doesn't support primary keys for now. However, almost all DBMSs support that feature. We need to add support for primary keys. ### TODO - [ ] Survey...

enhancement

完成整份文件的翻譯 需翻譯章節: - [x] 背景 (Background) - [x] 標頭檔 (Header Files) - [x] 作用域 (Scoping) - [ ] 類別 (Classes) - [ ] Google 特有的魔術 (Google-Specific Magic) - [ ]...

enhancement