From b0412b02f5e30495f2decfe6af3bd0a7e1f80c16 Mon Sep 17 00:00:00 2001 From: rustmailer Date: Sun, 7 Dec 2025 23:22:54 +0800 Subject: [PATCH] Add user case showcase and performance data overview Added a user case showcase highlighting performance and storage efficiency with data from 126 email accounts. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 4a71d48..3344cde 100644 --- a/README.md +++ b/README.md @@ -371,6 +371,22 @@ please see the FAQ in the project Wiki: 👉 [https://github.com/rustmailer/bichon/wiki/FAQ](https://github.com/rustmailer/bichon/wiki/FAQ-(Frequently-Asked-Questions)) +## 💡 User Case Showcase + +We have collected a real-world case study from a user processing email data, which demonstrates Bichon's performance and storage efficiency in a live environment. +This case involves ingesting and indexing data from **126 email accounts**. The total original data volume was **229 GB**, comprising **460,000 emails**. + +### 📊 Performance Data Overview + +image + +A special thank you to **[@rallisf1](https://github.com/rallisf1)** for sharing this usage scenario and the detailed data. + +#### 🤝 Open Invitation + +This data is provided solely as a **reference** for real-world usage. We encourage more users to share their Bichon usage screenshots and metrics (e.g., ingestion volume, compression ratio, search speed, etc.) to help the community conduct a more comprehensive assessment of Bichon's suitability and performance. + + ## 🛠️ Tech Stack - **Backend**: Rust + Poem