This is an automated email from the ASF dual-hosted git repository.
kranti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iggy-website.git
The following commit(s) were added to refs/heads/main by this push:
new e179dc76 Update thread-per-core-io_uring.mdx
e179dc76 is described below
commit e179dc765bd59f1762b6b37668c9deb3ea0d98b5
Author: kparisa <[email protected]>
AuthorDate: Wed Mar 4 01:36:23 2026 +0530
Update thread-per-core-io_uring.mdx
fix tput improvement signs on io_uring blog
---
content/blog/thread-per-core-io_uring.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/blog/thread-per-core-io_uring.mdx
b/content/blog/thread-per-core-io_uring.mdx
index 3d175431..256e4bc6 100644
--- a/content/blog/thread-per-core-io_uring.mdx
+++ b/content/blog/thread-per-core-io_uring.mdx
@@ -268,7 +268,7 @@ Flush the data to disk on every batch write.
|---------|---------------:|----:|----:|-----:|------:|
| **v0.5.0** | 843 MB/s | 18.00 ms | 19.72 ms | 21.52 ms | 23.15 ms |
| **v0.7.0** | 992 MB/s | 9.98 ms | 13.04 ms | 16.27 ms | 18.98 ms |
-| **Improvement** | -18% | **+45%** | **+34%** | **+24%** | **+18%** |
+| **Improvement** | **+18%** | **+45%** | **+34%** | **+24%** | **+18%** |
#### 32 Partitions
@@ -284,7 +284,7 @@ Flush the data to disk on every batch write.
|---------|---------------:|----:|----:|-----:|------:|
| **v0.5.0** | 931 MB/s | 33.98 ms | 37.09 ms | 41.13 ms | 48.62 ms |
| **v0.7.0** | 1,102 MB/s | 18.49 ms | 23.74 ms | 29.79 ms | 34.43 ms |
-| **Improvement** | -18% | **+46%** | **+36%** | **+28%** | **+29%** |
+| **Improvement** | **+18%** | **+46%** | **+36%** | **+28%** | **+29%** |
### And what about reading the data?