Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Updating todo
Browse files Browse the repository at this point in the history
  • Loading branch information
chotchki committed Aug 15, 2021
1 parent 07ddd3e commit 46ba3ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 46ba3ba

Please sign in to comment.