Skip to content

Commit 5bb5e87

Browse files
committed
Add blog url in README
1 parent b8899ad commit 5bb5e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pafka: Persistent Memory (PMem) Accelerated Kafka
1515

1616
Pafka is an evolved version of Apache Kafka developed by [MemArk](https://memark.io/en). Kafka is an open-source distributed event streaming/message queue system for handling real-time data feeds efficiently and reliably. However, its performance (e.g., throughput and latency) is constrained by slow external storage. Pafka enhances Kafka based on tiered storage architecture, which is usually equipped with high-performance SSD or Intel® Optane™ Persistent Memory (PMem). With the careful design of data migration algorithms, it improves overall persistence performance with low cost. For example, it can well support the scenario that high data production rate is repeated after an interval of time (e.g., special discount is released every one hour from a shopping website); it is also capable of improving the overall performance when high throughput is required over a long period.
1717

18-
Please refer to our latest blog for Pafka benchmark and use cases :point_right: xxxxxxxxxxxxxx (中文版本)
18+
Please refer to our latest blog for Pafka benchmark and use cases :point_right: [English](https://memark.medium.com/pafka-0-2-0-optimized-kafka-based-on-tiered-storage-architecture-1261078ef46b) ([中文](https://memark.io/index.php/2021/09/24/pafka_020/))
1919

2020
## 2. Architecture
2121

0 commit comments

Comments
 (0)