yihua commented on a change in pull request #3527:
URL: https://github.com/apache/hudi/pull/3527#discussion_r694378042
##########
File path: website/blog/2021-08-18-improving-marker-mechanism.md
##########
@@ -0,0 +1,60 @@
+---
+title: "Improving Marker Mechanism in Apache Hudi"
+excerpt: "We introduce a new marker mechanism leveraging the timeline server
to address performance bottlenecks due to rate-limiting on cloud storage like
AWS S3."
+author: yihua
+category: blog
+---
+Write operations in an Apache Hudi table use markers to efficiently identify
the data files written to the file system. In this blog, we dive into the
design of the existing direct marker file mechanism and explain its performance
problem on cloud storage like AWS S3. We demonstrate how we improve the write
performance with timeline-server-based markers.
+
Review comment:
Got it. Fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]