Skip to content

Commit

Permalink
docs: fix image link
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Iofel <[email protected]>
  • Loading branch information
benwaffle authored Mar 6, 2024
1 parent f4c734c commit 8438732
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 8438732

Please sign in to comment.