You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2021/01/15 11:47:02 UTC

[couchdb] branch main updated: Update README.md

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new b2a34dc  Update README.md
b2a34dc is described below

commit b2a34dc1139318312d01e328d6585e674ea716c5
Author: Robert Newson <rn...@apache.org>
AuthorDate: Fri Jan 15 11:46:53 2021 +0000

    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.
---
 src/ebtree/README.md | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/ebtree/README.md b/src/ebtree/README.md
index 9ce79a0..8babe85 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?