Skip to content

Commit

Permalink
Merge pull request #268 from benwaffle/patch-1
Browse files Browse the repository at this point in the history
docs: fix image link
  • Loading branch information
liulanzheng authored Mar 7, 2024
2 parents f4c734c + 8438732 commit e68524b
Showing 1 changed file with 2 additions and 2 deletions.
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 |

0 comments on commit e68524b

Please sign in to comment.