This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 8968d19148d [MINOR] Fixing RLI blog index latency img link (#9997)
8968d19148d is described below
commit 8968d19148d3ca30f77ffebe18cafe191906808d
Author: Sivabalan Narayanan <[email protected]>
AuthorDate: Tue Nov 7 00:22:10 2023 -0500
[MINOR] Fixing RLI blog index latency img link (#9997)
---
website/blog/2023-11-01-record-level-index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/blog/2023-11-01-record-level-index.md
b/website/blog/2023-11-01-record-level-index.md
index 88f67ac360e..f4d596223f7 100644
--- a/website/blog/2023-11-01-record-level-index.md
+++ b/website/blog/2023-11-01-record-level-index.md
@@ -169,7 +169,7 @@ We also isolated the index look-up step using
HoodieReadClient to accurately gau
experiments involving the look-up of 400,000 records (0.02%) in a 1TB dataset
of 2 billion records, **RLI showcased a
72% improvement over GSI, consistent with the end-to-end write latency
results**.
-<img src="/assets/images/blog/record-level-index/write-latency.png"
alt="index-latency" width="600" align="middle"/>
+<img src="/assets/images/blog/record-level-index/index-latency.png"
alt="index-latency" width="600" align="middle"/>
#### Data shuffling