InterviewSolution
Saved Bookmarks
| 1. |
What Is Data Manager In Couchbase? |
|
Answer» The data manager stores and retries documents in response to data operations from applications. It asynchronously WRITES data to disk after ACKNOWLEDGING to the CLIENT. Applications can optionally ensure data is written to more than ONE server or to disk before acknowledging a write to the client. The data manager stores and retries documents in response to data operations from applications. It asynchronously writes data to disk after acknowledging to the client. Applications can optionally ensure data is written to more than one server or to disk before acknowledging a write to the client. |
|