From 73ab1d420dedd965ebe6f814dcf016c8e10879f2 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Fri, 24 Jan 2014 16:32:18 -0700 Subject: TODO --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4c96076..53798f6 100644 --- a/README.md +++ b/README.md @@ -191,5 +191,8 @@ In leaf pages, these nodes store the actual key/value data. The following is a list of items to do on the Bolt project: -1. Resize map. (Make sure there are no reader txns before resizing) -2. DB.Copy() +1. Calculate freelist on db.Open(). (Traverse branches, set bitmap index, load free pages into a list -- lazy load in the future). +2. Resize map. (Make sure there are no reader txns before resizing) +3. DB.Copy() +4. Merge pages. +5. Rebalance (after deletion). -- cgit v1.2.3