InterviewSolution
| 1. |
What Is Storage Engine In Couchbase Server? |
|
Answer» Couchbase SERVER has a tail-append STORAGE design that is immune to data corruption, OOM killers or sudden loss of power. Data is WRITTEN to the data file in an append-only manner, which enables Couchbase to do MOSTLY SEQUENTIAL writes for update, and provide an optimized access patterns for disk I/O. Couchbase Server has a tail-append storage design that is immune to data corruption, OOM killers or sudden loss of power. Data is written to the data file in an append-only manner, which enables Couchbase to do mostly sequential writes for update, and provide an optimized access patterns for disk I/O. |
|