This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new 226aace3594 1 226aace3594 is described below commit 226aace35941e0d04db2c9d6bf618cd9da6ea14c Author: jiafeng.zhang <zhang...@gmail.com> AuthorDate: Mon Aug 1 08:52:11 2022 +0800 1 1 --- blog/Flink-realtime-write.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/Flink-realtime-write.md b/blog/Flink-realtime-write.md index 65795f79e0a..1e37a433629 100644 --- a/blog/Flink-realtime-write.md +++ b/blog/Flink-realtime-write.md @@ -1,6 +1,6 @@ --- { - 'title': 'How Flink's real-time writes to Apache Doris ensure both high throughput and low latency', + 'title': "How Flink's real-time writes to Apache Doris ensure both high throughput and low latency", 'summary': "With the increasing demand for real-time analysis, the timeliness of data is becoming more and more important to the refined operation of enterprises. With the massive data, real-time data warehouse plays an irreplaceable role in effectively digging out valuable information, quickly obtaining data feedback, helping companies make faster decisions and better product iterations.", 'date': '2022-07-29', 'author': 'Apache Doris', @@ -170,4 +170,4 @@ At present, the compaction strategy has many parameters, which can play a good r - **Single-Copy Compaction** -The current compaction strategy is that each BE is carried out separately. In subsequent versions, we will implement single-copy compaction, and realize compaction tasks by cloning snapshots, reduce system load while reducing about 2/3 compaction tasks of the cluster, leaving more system resources to the user side. \ No newline at end of file +The current compaction strategy is that each BE is carried out separately. In subsequent versions, we will implement single-copy compaction, and realize compaction tasks by cloning snapshots, reduce system load while reducing about 2/3 compaction tasks of the cluster, leaving more system resources to the user side. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org