You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/08/01 10:40:25 UTC

[GitHub] [couchdb-fauxton] garrensmith commented on a change in pull request #1213: New design for Create Database panel

garrensmith commented on a change in pull request #1213: New design for Create Database panel
URL: https://github.com/apache/couchdb-fauxton/pull/1213#discussion_r309633062
 
 

 ##########
 File path: i18n.json.default.json
 ##########
 @@ -21,6 +21,7 @@
     "auth-admin-created": "CouchDB admin created",
     "auth-change-password": "Your password has been updated.",
     "auth-admin-creation-failed-prefix": "Could not create admin.",
-    "auth-passwords-not-matching": "Passwords do not match."
+    "auth-passwords-not-matching": "Passwords do not match.",
+    "create-db-partitioned-help": "A partitioned database requires a partition key for every document, where the document _id format is '&lt;partition_key&gt;:&lt;doc_key&gt;'. A partition is a logical grouping of documents. Use of partition queries can significantly improve response times over global queries."
 
 Review comment:
   `Use of partition queries can significantly improve response times over global queries.` is a bit confusing to me.
   I think we need to reword that. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services