Github user yanglei99 commented on a diff in the pull request:

    https://github.com/apache/bahir/pull/41#discussion_r110701584
  
    --- Diff: sql-cloudant/README.md ---
    @@ -62,6 +62,8 @@ cloudant.protocol|https|protocol to use to transfer data: 
http or https
     cloudant.host||cloudant host url
     cloudant.username||cloudant userid
     cloudant.password||cloudant password
    +cloudant.useQuery|false|When enabled, for query not using index or view, 
_find will be used instead of _all_docs, some query predicates will be driven 
into datastore. However, RDD partition is ONE during _find, so parallel loading 
is not achieved
    --- End diff --
    
    how about this: 
    cloudant.useQuery|false|By default _all_docs endpoint is used if 
configuration 'view' and 'index' (see below) are not set. When useQuery is 
enabled, _find endpoint will be used in place of _all_docs, some of the query 
predicates will be driven into datastore. As RDD partition is ONE during _find, 
parallel loading is not achieved


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to