From 0f43764a4e9e5e1d0ed5e96d2672f213afe87400 Mon Sep 17 00:00:00 2001 From: Hyun-Ju Vega <75808211+hyunjuV@users.noreply.github.com> Date: Wed, 29 Apr 2026 01:22:28 -0700 Subject: [PATCH] DOC-14251: Remove configurable disk priority mention DOC-14251: Remove configurable disk priority mention, as references to bucket priority (no relationship to bucket rank) has been removed from the documentation. --- .../pages/buckets-memory-and-storage/memory-and-storage.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/learn/pages/buckets-memory-and-storage/memory-and-storage.adoc b/modules/learn/pages/buckets-memory-and-storage/memory-and-storage.adoc index d38dda1376..a592c5e9cf 100644 --- a/modules/learn/pages/buckets-memory-and-storage/memory-and-storage.adoc +++ b/modules/learn/pages/buckets-memory-and-storage/memory-and-storage.adoc @@ -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