From 46ba3bab36f5a1f5ffa892ce463c6b30601cde2b Mon Sep 17 00:00:00 2001 From: Christopher Hotchkiss Date: Sun, 15 Aug 2021 16:19:31 -0400 Subject: [PATCH] Updating todo --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2e3e45d..31038e8 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,13 @@ Benchmark to aid in profiling ## Current TODO List - Subject to constant change! +**TODO** +Implement page level locks that are ordered to avoid deadlocking. + +Acceptance Criteria: +* Should be able to update a row either inside a page or not without loosing commits. +* This is independent of transaction control so I think this sits below/in row manager. + **TODO** Add support for defining a primary key on a table. This implies the following functionality: