summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2020-07-07 18:15:01 +0100
committerGitHub Enterprise <noreply@github.ibm.com>2020-07-07 18:15:01 +0100
commita3aa8cb95ee6376cb37f71a5bdf17bd85e8ec2a7 (patch)
treebebff22fdfb5026aa20dc99b73d937522cf46050
parent44e99049443d6ef9c0e91e1f3b87b752ab6b63a1 (diff)
downloadcouchdb-a3aa8cb95ee6376cb37f71a5bdf17bd85e8ec2a7.tar.gz
Update README.md
this changed from uuid with the 'sequential' PR merge.
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index edcf80e73..b21c65f9f 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,8 @@ more efficient for multiple inserts, so batch if you can.
A reduction function can be specified, the B+Tree calculates and stores
intermediate reduction values on the inner nodes for performance.
-The FoundationDB keys are currently random UUID's.
+The FoundationDB keys start with a user defined prefix and the opaque
+node id.
TODO