You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/learn/pages/services-and-indexes/services/data-service.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ xref:manage:manage-buckets/flush-bucket.adoc[Flush a Bucket].
51
51
The expiry pager runs every 10 minutes by default: for information on changing the interval, see `cbepctl` xref:cli:cbepctl/set-flush_param.adoc[set flush_param].
52
52
For more information on item-deletion and tombstones, see xref:data/expiration.adoc[Expiration].
53
53
** *Batch Reader*: Enhances performance by combining changes made to multiple items into _batches_, which are placed on the disk queue, to be written to disk.
54
-
* *Scheduler*: A pool of threads, mainly purposes for handling I/O.
54
+
* *Scheduler*: A pool of threads mainly used for handling I/O.
55
55
The threads are divided into four kinds, which run independently of and without effect on one another:
56
56
57
57
** *Non IO*: Tasks private to the scheduler that do not require disk-access; including connection-notification, checkpoint removal, and hash-table resizing.
0 commit comments