task-NXDOC-2686-Document-Amazon-DocumentDB#2264
Conversation
There was a problem hiding this comment.
I would rewrite the page with the following layout
DocumentDB is compatible with MongoDB therefor it can be used by Nuxeo like a MongoDB backend,
but there are limitations.
Limitations
- fulltext search using repository ... you need to rely on elastic, this requires to disable ...
- retryable writes ... this require to use the option ...
- cursor ... can we do something to increase the limit ?
Note there are also other differences that should not affect Nuxeo, please refer to DocumentDB
Configuration
To use DocumentDB you need the following options
..templates=mongodb
nuxeo.vcs.fulltext.search.disabled=true
nuxeo.mongodb.server=<MONGO_URL?retryWrites=false
00ca715 to
c323d5c
Compare
c323d5c to
1fbc0bb
Compare
1fbc0bb to
e5425f4
Compare
a94a778 to
1ae7f1c
Compare
Prosune
left a comment
There was a problem hiding this comment.
@NourNuxeo I have suggested some changes. If they look fine, please approve or provide your feedback.
|
@Prosune Thank you for your feedback. |
@NourNuxeo Thank you for the suggestion. I am looking for such feedback as I am planning to improve the documentation process. If you have more such suggestions to improve the documentation process, please do share. |
b4b3792 to
dab7737
Compare
Made minor changes to the document.
dab7737 to
565c9f7
Compare
No description provided.