InterviewSolution
Saved Bookmarks
| 1. |
Explain Storage engines in Couchbase server? |
|
Answer» Couchbase Server actually has a tail-append storage design which is unaffected to the corruption of DATA, ABRUPT loss of power or OOM KILLERS. Data is written in the data FILE in an append-only manner, which enables Couchbase to do sequential write-ups for an update, and it also provides an optimized access pattern and also enhanced access patterns for disk Input/Output. |
|