Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Consequently, infrequently used items are written to disk; and are then removed
This process, referred to as _ejection_, is managed asynchronously, while the server continues to service active requests.
Items ejected from _Couchbase_ buckets can subsequently be re-acquired from disk, as necessary.
A _working-set_ of most frequently used data is tracked and maintained, and the items kept in memory to ensure high performance.
The priority of disk I/O is configurable per bucket.

[#saving-new-items]
== Saving New Items
Expand Down