Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix image link #268

Merged
merged 1 commit into from
Mar 7, 2024
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
4 changes: 2 additions & 2 deletions docs/trace-prefetch.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Prefetch - Overview

Cache has been playing an important role in the whole architecture of ACI's [I/O flow](docs/images/image-flow.jpg "image data flow"). When there is no cache (container cold start), however, the backend storage engine will still need to visit Registry frequently, and temporarily.
Cache has been playing an important role in the whole architecture of ACI's [I/O flow](images/image-flow.jpg "image data flow"). When there is no cache (container cold start), however, the backend storage engine will still need to visit Registry frequently, and temporarily.

Prefetch is a common mechanism to avoid this situation. As it literally suggests, the key is to retrieve data in advance, and save them into cache.

Expand Down Expand Up @@ -68,4 +68,4 @@ Measure the service available time (in seconds) of a Wordpress container. The te
| | **With cache** | **Without cache (cold start)** |
| :----: | :----: | :----: |
| **With trace prefetch** | 4.981s | 15.253s |
| **Without trace prefetch** | 5.259s | 60.511s |
| **Without trace prefetch** | 5.259s | 60.511s |
Loading