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: docs/user-guide/performance/download-manager.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The Download Manager is a background service that runs on each querier node. Its
25
25
2. Store it in its local disk cache
26
26
27
27
!!! Note
28
-
This process is a form of proactive caching. The file is downloaded and cached before any user queries it, ensuring faster response times when recent data is searched.
28
+
This process is a form of **proactive caching**. The file is downloaded and cached before any user queries it, ensuring faster response times when recent data is searched.
29
29
30
30
=== "Search"
31
31
@@ -37,7 +37,7 @@ The Download Manager is a background service that runs on each querier node. Its
37
37
2. Uses the Download Manager to fetch missing files
38
38
39
39
!!! Note
40
-
This is a reactive caching mechanism. The querier downloads only the files needed to fulfill the user’s search.
40
+
This is a **reactive caching mechanism**. The querier downloads only the files needed to fulfill the user’s search.
0 commit comments