This is an automated email from the ASF dual-hosted git repository.

jeffreyh 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 e521b6ebb10 Update blogs (#3167)
e521b6ebb10 is described below

commit e521b6ebb10b3c45fd1d759eb2f3f524f3316d45
Author: yangon <[email protected]>
AuthorDate: Tue Dec 9 12:05:44 2025 +0800

    Update blogs (#3167)
    
    
![img_v3_02sp_80215ded-70bd-4ca6-ba64-dd23a9990ccg](https://github.com/user-attachments/assets/0a59596d-2231-4f3a-98ae-79ea2500e49f)
---
 blog/Doris-34x-than-ck-real-time-updates.mdx       |  17 +++++++++++
 blog/Doris-70-better-on-graviton.mdx               |  17 +++++++++++
 blog/Doris-onelake-fabric-integration.mdx          |  17 +++++++++++
 blog/Doris-tops-jsonbench-in-cold-queries.mdx      |  17 +++++++++++
 blog/coffeebench-olap-showdown-part1-250829.mdx    |   2 --
 blog/coffeebench-part2-250917.mdx                  |   2 --
 blog/data-trait-250905.mdx                         |   2 --
 blog/rtabench-250902.mdx                           |   2 --
 src/components/recent-blogs/recent-blogs.data.ts   |  16 +++++------
 src/constant/newsletter.data.ts                    |  32 ++++++++++-----------
 static/images/blogs/20250930_ck_cdc_header_1.jpg   | Bin 0 -> 83970 bytes
 static/images/blogs/20251117_OneLake_1800x766.png  | Bin 0 -> 231358 bytes
 static/images/blogs/202511_JSONBench_header_1.jpeg | Bin 0 -> 407851 bytes
 .../blogs/Doris_on_AWS_Graviton_1800X766.png       | Bin 0 -> 851356 bytes
 14 files changed, 92 insertions(+), 32 deletions(-)

diff --git a/blog/Doris-34x-than-ck-real-time-updates.mdx 
b/blog/Doris-34x-than-ck-real-time-updates.mdx
new file mode 100644
index 00000000000..291ebb61310
--- /dev/null
+++ b/blog/Doris-34x-than-ck-real-time-updates.mdx
@@ -0,0 +1,17 @@
+---
+    'title': 'Apache Doris Up to 34x Faster Than ClickHouse in Real-Time 
Updates'
+    'summary': "We benchmarked Apache Doris against ClickHouse on ClickBench 
and SSB (Star Schema Benchmark), under fair resource allocations in each 
product's cloud services. Results: Apache Doris is 18-34x faster than 
ClickHouse in SSB and 2.5-4.6x faster than ClickHouse in ClickBench."
+    'description': "We benchmarked Apache Doris against ClickHouse on 
ClickBench and SSB (Star Schema Benchmark), under fair resource allocations in 
each product's cloud services. Results: Apache Doris is 18-34x faster than 
ClickHouse in SSB and 2.5-4.6x faster than ClickHouse in ClickBench."
+    'picked': "true"
+    'order': "1"
+    'date': '2025-10-01'
+    'author': 'velodb.io · VeloDB Engineering Team'
+    'externalLink': 
'https://www.velodb.io/blog/apache-doris-34x-faster-clickhouse-realtime-updates'
+    'tags': ['Tech Sharing']
+    "image": '/images/blogs/20250930_ck_cdc_header_1.jpg'
+---
+
+import { BlogLink } from '../src/components/blogs/components/blog-link';
+import { SeeMore } from '../src/components/blogs/components/see-more';
+
+> <BlogLink rel="noopener noreferrer" target='_blank' 
href='https://www.velodb.io/blog/apache-doris-34x-faster-clickhouse-realtime-updates'>We
 benchmarked Apache Doris against ClickHouse on ClickBench and SSB (Star Schema 
Benchmark), under fair resource allocations in each product's cloud services. 
Results: Apache Doris is 18-34x faster than ClickHouse in SSB and 2.5-4.6x 
faster than ClickHouse in ClickBench.<SeeMore /></BlogLink>
diff --git a/blog/Doris-70-better-on-graviton.mdx 
b/blog/Doris-70-better-on-graviton.mdx
new file mode 100644
index 00000000000..efe4955ca56
--- /dev/null
+++ b/blog/Doris-70-better-on-graviton.mdx
@@ -0,0 +1,17 @@
+---
+    'title': 'Apache Doris Achieves 70% Better Price-Performance on ARM-based 
AWS Graviton'
+    'summary': "We benchmarked Apache Doris on ARM-based AWS Graviton against 
x86 instances across five industry-standard OLAP tests (ClickBench, SSB 100G, 
SSB-Flat, TPC-H, and TPC-DS), and found Doris running on ARM-based Graviton 
consistently delivered 54%–70% higher price-performance."
+    'description': "We benchmarked Apache Doris on ARM-based AWS Graviton 
against x86 instances across five industry-standard OLAP tests (ClickBench, SSB 
100G, SSB-Flat, TPC-H, and TPC-DS), and found Doris running on ARM-based 
Graviton consistently delivered 54%–70% higher price-performance."
+    'picked': "true"
+    'order': "4"
+    'date': '2025-10-31'
+    'author': 'velodb.io · VeloDB Engineering Team'
+    'externalLink': 
'https://www.velodb.io/blog/apache-doris-achieves-70-better-price-performance'
+    'tags': ['Tech Sharing']
+    "image": '/images/blogs/Doris_on_AWS_Graviton_1800X766.png'
+---
+
+import { BlogLink } from '../src/components/blogs/components/blog-link';
+import { SeeMore } from '../src/components/blogs/components/see-more';
+
+> <BlogLink rel="noopener noreferrer" target='_blank' 
href='https://www.velodb.io/blog/apache-doris-achieves-70-better-price-performance'>We
 benchmarked Apache Doris on ARM-based AWS Graviton against x86 instances 
across five industry-standard OLAP tests (ClickBench, SSB 100G, SSB-Flat, 
TPC-H, and TPC-DS), and found Doris running on ARM-based Graviton consistently 
delivered 54%–70% higher price-performance.<SeeMore /></BlogLink>
\ No newline at end of file
diff --git a/blog/Doris-onelake-fabric-integration.mdx 
b/blog/Doris-onelake-fabric-integration.mdx
new file mode 100644
index 00000000000..32d615273f1
--- /dev/null
+++ b/blog/Doris-onelake-fabric-integration.mdx
@@ -0,0 +1,17 @@
+---
+    'title': 'From OneLake to Insights: Building Modern Analytics with Apache 
Doris and Microsoft Fabric'
+    'summary': "Connect Apache Doris to Microsoft Fabric’s OneLake, the 
unified data lake behind Fabric. See how to set up data and authentication in 
Fabric, creating an Iceberg REST Catalog in Doris, and query OneLake tables 
without data movement."
+    'description': "Connect Apache Doris to Microsoft Fabric’s OneLake, the 
unified data lake behind Fabric. See how to set up data and authentication in 
Fabric, creating an Iceberg REST Catalog in Doris, and query OneLake tables 
without data movement."
+    'picked': "true"
+    'order': "2"
+    'date': '2025-11-17'
+    'author': 'velodb.io · VeloDB Engineering Team'
+    'externalLink': 
'https://www.velodb.io/blog/connect-apache-doris-and-microsoft-fabric-and-onelake'
+    'tags': ['Tech Sharing']
+    "image": '/images/blogs/20251117_OneLake_1800x766.png'
+---
+
+import { BlogLink } from '../src/components/blogs/components/blog-link';
+import { SeeMore } from '../src/components/blogs/components/see-more';
+
+> <BlogLink rel="noopener noreferrer" target='_blank' 
href='https://www.velodb.io/blog/connect-apache-doris-and-microsoft-fabric-and-onelake'>Connect
 Apache Doris to Microsoft Fabric’s OneLake, the unified data lake behind 
Fabric. See how to set up data and authentication in Fabric, creating an 
Iceberg REST Catalog in Doris, and query OneLake tables without data 
movement.<SeeMore /></BlogLink>
diff --git a/blog/Doris-tops-jsonbench-in-cold-queries.mdx 
b/blog/Doris-tops-jsonbench-in-cold-queries.mdx
new file mode 100644
index 00000000000..0492024f32f
--- /dev/null
+++ b/blog/Doris-tops-jsonbench-in-cold-queries.mdx
@@ -0,0 +1,17 @@
+---
+    'title': 'Apache Doris Tops JSONBench in Cold Queries and Data Quality'
+    'summary': "Apache Doris has topped the latest JSONBench benchmark. Apache 
Doris ranks first in cold query performance and data quality, and ranks second 
in hot queries."
+    'description': "Apache Doris has topped the latest JSONBench benchmark. 
Apache Doris ranks first in cold query performance and data quality, and ranks 
second in hot queries."
+    'picked': "true"
+    'order': "3"
+    'date': '2025-11-06'
+    'author': 'velodb.io · VeloDB Engineering Team'
+    'externalLink': 
'https://www.velodb.io/blog/apache-doris-tops-json-bench-cold-queries'
+    'tags': ['Tech Sharing']
+    "image": '/images/blogs/202511_JSONBench_header_1.jpeg'
+---
+
+import { BlogLink } from '../src/components/blogs/components/blog-link';
+import { SeeMore } from '../src/components/blogs/components/see-more';
+
+> <BlogLink rel="noopener noreferrer" target='_blank' 
href='https://www.velodb.io/blog/apache-doris-tops-json-bench-cold-queries'>Apache
 Doris has topped the latest JSONBench benchmark. Apache Doris ranks first in 
cold query performance and data quality, and ranks second in hot 
queries.<SeeMore /></BlogLink>
diff --git a/blog/coffeebench-olap-showdown-part1-250829.mdx 
b/blog/coffeebench-olap-showdown-part1-250829.mdx
index ba0ba36332a..343cc01576e 100644
--- a/blog/coffeebench-olap-showdown-part1-250829.mdx
+++ b/blog/coffeebench-olap-showdown-part1-250829.mdx
@@ -2,8 +2,6 @@
     'title': 'The Ultimate OLAP Showdown: Apache Doris vs. ClickHouse vs. 
Snowflake (Part 1)'
     'summary': "Apache Doris consistently delivers significantly faster 
performance in large-scale benchmarks spanning both straightforward JOINs and 
production-grade TPC-H/TPC-DS workloads. On top of that, Apache Doris requires 
just 10%-20% of the cost of Snowflake or ClickHouse for OLAP workloads."
     'description': "Apache Doris consistently delivers significantly faster 
performance in large-scale benchmarks spanning both straightforward JOINs and 
production-grade TPC-H/TPC-DS workloads. On top of that, Apache Doris requires 
just 10%-20% of the cost of Snowflake or ClickHouse for OLAP workloads."
-    'picked': "true"
-    'order': "2"
     'date': '2025-08-29'
     'author': 'velodb.io · VeloDB Engineering Team'
     'externalLink': 'https://www.velodb.io/blog/1463'
diff --git a/blog/coffeebench-part2-250917.mdx 
b/blog/coffeebench-part2-250917.mdx
index 0201d2245b4..ea51864ee3c 100644
--- a/blog/coffeebench-part2-250917.mdx
+++ b/blog/coffeebench-part2-250917.mdx
@@ -2,8 +2,6 @@
     'title': 'Apache Doris Up To 40x Faster Than ClickHouse | OLAP Showdown 
Part 2'
     'summary': "In every benchmark tested: CoffeeBench, TPC-H, and TPC-DS, 
Apache Doris consistently pulled ahead, establishing clear dominance over both 
ClickHouse v25.8 on-premises and ClickHouse Cloud."
     'description': "In every benchmark tested: CoffeeBench, TPC-H, and TPC-DS, 
Apache Doris consistently pulled ahead, establishing clear dominance over both 
ClickHouse v25.8 on-premises and ClickHouse Cloud."
-    'picked': "true"
-    'order': "1"
     'date': '2025-09-07'
     'author': 'velodb.io · VeloDB Engineering Team'
     'externalLink': 'https://www.velodb.io/blog/1504'
diff --git a/blog/data-trait-250905.mdx b/blog/data-trait-250905.mdx
index 6336224c89a..d73b7eaec01 100644
--- a/blog/data-trait-250905.mdx
+++ b/blog/data-trait-250905.mdx
@@ -2,8 +2,6 @@
     'title': 'Data Traits in Apache Doris: The Secret Weapon Behind 2x Faster 
Performance'
     'summary': "At the core of database systems, the query optimizer acts as a 
shrewd strategist, constantly analyzing data traits to devise the optimal 
execution plans. Apache Doris, a high-performance MPP analytical database, 
employs a built-in Data Trait analysis mechanism in its optimizer. By 
uncovering statistical traits and semantic constraints within the data, Data 
Trait provides fundamental support for query optimization. Let’s explore its 
power!"
     'description': "At the core of database systems, the query optimizer acts 
as a shrewd strategist, constantly analyzing data traits to devise the optimal 
execution plans. Apache Doris, a high-performance MPP analytical database, 
employs a built-in Data Trait analysis mechanism in its optimizer. By 
uncovering statistical traits and semantic constraints within the data, Data 
Trait provides fundamental support for query optimization. Let’s explore its 
power!"
-    'picked': "true"
-    'order': "4"
     'date': '2025-09-05'
     'author': 'velodb.io · VeloDB Engineering Team'
     'externalLink': 'https://www.velodb.io/blog/1488'
diff --git a/blog/rtabench-250902.mdx b/blog/rtabench-250902.mdx
index 74531695472..3038b86c01b 100644
--- a/blog/rtabench-250902.mdx
+++ b/blog/rtabench-250902.mdx
@@ -2,8 +2,6 @@
     'title': 'Apache Doris Tops RTABench, 6x Faster Than ClickHouse, 30x 
Faster Than PostgreSQL'
     'summary': "Apache Doris, a popular real-time data warehouse, ranked first 
in the latest RTABench results, setting a new benchmark for real-time analytics 
performance. In standardized tests, Doris delivered up to 6 times the 
performance of ClickHouse, 30 times that of PostgreSQL, and 100 times that of 
MongoDB."
     'description': "Apache Doris, a popular real-time data warehouse, ranked 
first in the latest RTABench results, setting a new benchmark for real-time 
analytics performance. In standardized tests, Doris delivered up to 6 times the 
performance of ClickHouse, 30 times that of PostgreSQL, and 100 times that of 
MongoDB."
-    'picked': "true"
-    'order': "3" 
     'date': '2025-09-02'
     'author': 'velodb.io · VeloDB Engineering Team'
     'externalLink': 'https://www.velodb.io/blog/1465'
diff --git a/src/components/recent-blogs/recent-blogs.data.ts 
b/src/components/recent-blogs/recent-blogs.data.ts
index edff4bb384d..df5852a79a3 100644
--- a/src/components/recent-blogs/recent-blogs.data.ts
+++ b/src/components/recent-blogs/recent-blogs.data.ts
@@ -1,19 +1,19 @@
 export const RECENT_BLOGS_POSTS = [
     {
-        label: 'Apache Doris Up To 40x Faster Than ClickHouse | OLAP Showdown 
Part 2',
-        link: 'https://www.velodb.io/blog/1504',
+        label: 'Apache Doris Up to 34x Faster Than ClickHouse in Real-Time 
Updates',
+        link: 
'https://www.velodb.io/blog/apache-doris-34x-faster-clickhouse-realtime-updates',
     },
     {
-        label: 'The Ultimate OLAP Showdown: Apache Doris vs. ClickHouse vs. 
Snowflake (Part 1)',
-        link: 'https://www.velodb.io/blog/1463',
+        label: 'From OneLake to Insights: Building Modern Analytics with 
Apache Doris and Microsoft Fabric',
+        link: 
'https://www.velodb.io/blog/connect-apache-doris-and-microsoft-fabric-and-onelake',
     },
     {
-        label: 'Apache Doris Tops RTABench, 6x Faster Than ClickHouse, 30x 
Faster Than PostgreSQL',
-        link: 'https://www.velodb.io/blog/1465',
+        label: 'Apache Doris Tops JSONBench in Cold Queries and Data Quality',
+        link: 
'https://www.velodb.io/blog/apache-doris-tops-json-bench-cold-queries',
     },
     {
-        label: 'At Apache Doris, we have implemented multiple strategies to 
make the system more intelligent, enabling it to skip unnecessary data 
processing. In this article, we will discuss all the data pruning techniques 
used in Apache Doris.',
-        link: 'https://www.velodb.io/blog/1489',
+        label: 'Apache Doris Achieves 70% Better Price-Performance on 
ARM-based AWS Graviton',
+        link: 
'https://www.velodb.io/blog/apache-doris-achieves-70-better-price-performance',
     },
 
 
diff --git a/src/constant/newsletter.data.ts b/src/constant/newsletter.data.ts
index 3b78ef9b84a..f3128963e4d 100644
--- a/src/constant/newsletter.data.ts
+++ b/src/constant/newsletter.data.ts
@@ -1,31 +1,31 @@
 export const NEWSLETTER_DATA = [
     {
         tags: ['Tech Sharing'],
-        title: "Apache Doris Up To 40x Faster Than ClickHouse | OLAP Showdown 
Part 2",
-        content: `In every benchmark tested: CoffeeBench, TPC-H, and TPC-DS, 
Apache Doris consistently pulled ahead, establishing clear dominance over both 
ClickHouse v25.8 on-premises and ClickHouse Cloud.`,
-        to: 'https://www.velodb.io/blog/1504',
-        image: 'blogs/coffeebench-part2-250917.jpeg',
+        title: "Apache Doris Up to 34x Faster Than ClickHouse in Real-Time 
Updates",
+        content: `We benchmarked Apache Doris against ClickHouse on ClickBench 
and SSB (Star Schema Benchmark), under fair resource allocations in each 
product's cloud services. Results: Apache Doris is 18-34x faster than 
ClickHouse in SSB and 2.5-4.6x faster than ClickHouse in ClickBench.`,
+        to: 
'https://www.velodb.io/blog/apache-doris-34x-faster-clickhouse-realtime-updates',
+        image: 'blogs/20250930_ck_cdc_header_1.jpg',
     },
     {
         tags: ['Tech Sharing'],
-        title: "The Ultimate OLAP Showdown: Apache Doris vs. ClickHouse vs. 
Snowflake (Part 1)",
-        content: `Apache Doris consistently delivers significantly faster 
performance in large-scale benchmarks spanning both straightforward JOINs and 
production-grade TPC-H/TPC-DS workloads. On top of that, Apache Doris requires 
just 10%-20% of the cost of Snowflake or ClickHouse for OLAP workloads.`,
-        to: 'https://www.velodb.io/blog/1463',
-        image: 'blogs/coffeebench-olap-showdown-part1-250829.PNG',
+        title: "From OneLake to Insights: Building Modern Analytics with 
Apache Doris and Microsoft Fabric",
+        content: `Connect Apache Doris to Microsoft Fabric’s OneLake, the 
unified data lake behind Fabric. See how to set up data and authentication in 
Fabric, creating an Iceberg REST Catalog in Doris, and query OneLake tables 
without data movement.`,
+        to: 
'https://www.velodb.io/blog/connect-apache-doris-and-microsoft-fabric-and-onelake',
+        image: 'blogs/20251117_OneLake_1800x766.png',
     },
     {
         tags: ['Tech Sharing'],
-        title: "Apache Doris Tops RTABench, 6x Faster Than ClickHouse, 30x 
Faster Than PostgreSQL",
-        content: `Apache Doris, a popular real-time data warehouse, ranked 
first in the latest RTABench results, setting a new benchmark for real-time 
analytics performance. In standardized tests, Doris delivered up to 6 times the 
performance of ClickHouse, 30 times that of PostgreSQL, and 100 times that of 
MongoDB.`,
-        to: 'https://www.velodb.io/blog/1465',
-        image: 'blogs/rtabench-250902.JPEG',
+        title: "Apache Doris Tops JSONBench in Cold Queries and Data Quality",
+        content: `Apache Doris has topped the latest JSONBench benchmark. 
Apache Doris ranks first in cold query performance and data quality, and ranks 
second in hot queries.`,
+        to: 
'https://www.velodb.io/blog/apache-doris-tops-json-bench-cold-queries',
+        image: 'blogs/202511_JSONBench_header_1.jpeg',
     },
     {
         tags: ['Tech Sharing'],
-        title: "Deep Dive: Data Pruning in Apache Doris",
-        content: `At Apache Doris, we have implemented multiple strategies to 
make the system more intelligent, enabling it to skip unnecessary data 
processing. In this article, we will discuss all the data pruning techniques 
used in Apache Doris.`,
-        to: 'https://www.velodb.io/blog/1489',
-        image: 'blogs/data-pruning-250905.PNG',
+        title: "Apache Doris Achieves 70% Better Price-Performance on 
ARM-based AWS Graviton",
+        content: `We benchmarked Apache Doris on ARM-based AWS Graviton 
against x86 instances across five industry-standard OLAP tests (ClickBench, SSB 
100G, SSB-Flat, TPC-H, and TPC-DS), and found Doris running on ARM-based 
Graviton consistently delivered 54%–70% higher price-performance.`,
+        to: 
'https://www.velodb.io/blog/apache-doris-achieves-70-better-price-performance',
+        image: 'blogs/Doris_on_AWS_Graviton_1800X766.png',
     },
 
 
diff --git a/static/images/blogs/20250930_ck_cdc_header_1.jpg 
b/static/images/blogs/20250930_ck_cdc_header_1.jpg
new file mode 100644
index 00000000000..1c6f8232acf
Binary files /dev/null and b/static/images/blogs/20250930_ck_cdc_header_1.jpg 
differ
diff --git a/static/images/blogs/20251117_OneLake_1800x766.png 
b/static/images/blogs/20251117_OneLake_1800x766.png
new file mode 100644
index 00000000000..70be20bcb82
Binary files /dev/null and b/static/images/blogs/20251117_OneLake_1800x766.png 
differ
diff --git a/static/images/blogs/202511_JSONBench_header_1.jpeg 
b/static/images/blogs/202511_JSONBench_header_1.jpeg
new file mode 100644
index 00000000000..04e2b70a7dc
Binary files /dev/null and b/static/images/blogs/202511_JSONBench_header_1.jpeg 
differ
diff --git a/static/images/blogs/Doris_on_AWS_Graviton_1800X766.png 
b/static/images/blogs/Doris_on_AWS_Graviton_1800X766.png
new file mode 100644
index 00000000000..af017bc0a90
Binary files /dev/null and 
b/static/images/blogs/Doris_on_AWS_Graviton_1800X766.png differ


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to