summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2021-01-15 11:46:53 +0000
committerGitHub <noreply@github.com>2021-01-15 11:46:53 +0000
commitb2a34dc1139318312d01e328d6585e674ea716c5 (patch)
treed34d7fdee3fe89d2e4b5bb0337fa440ff9aea1b3
parentbc9773a2f6199cc095aae8ae977eb8df75204dab (diff)
downloadcouchdb-b2a34dc1139318312d01e328d6585e674ea716c5.tar.gz
Update README.md
1. The caching effort was a bust and has been removed. 2) chunkify can be done externally with a custom persist_fun.
-rw-r--r--src/ebtree/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ebtree/README.md b/src/ebtree/README.md
index 9ce79a0c6..8babe85b1 100644
--- a/src/ebtree/README.md
+++ b/src/ebtree/README.md
@@ -11,9 +11,3 @@ intermediate reduction values on the inner nodes for performance.
The FoundationDB keys start with a user defined prefix and the opaque
node id.
-
-TODO
-
-1. Rewrite inner node ids (non-root, non-leaf) so we can safely cache
- them outside of a transaction. (see "immutable" branch)
-2. Chunkify large values over multiple rows?