Skip to content

Commit

Permalink
[MINOR] Fixing RLI blog index latency img link (#9997)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsivabalan authored Nov 7, 2023
1 parent 854d14c commit 8968d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/blog/2023-11-01-record-level-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8968d19

Please sign in to comment.