This is an automated email from the ASF dual-hosted git repository.
morningman 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 cc042076d42 [blog] 0403-four-blog-upload (#3518)
cc042076d42 is described below
commit cc042076d4220e58bb11d2ddc4fbc075b683db17
Author: Qin Chen <[email protected]>
AuthorDate: Sat Apr 4 01:00:38 2026 +0800
[blog] 0403-four-blog-upload (#3518)
---
blog/HTAP-pg-doris.md | 2 --
blog/doris4-native-hybrid-search.md | 2 --
...lickhouse-elasticsearch-to-apache-doris-kwai.md | 16 +++++++++
blog/inverted-index-deepdive.md | 2 --
blog/mexican-mining-giant-azure-to-apache-doris.md | 16 +++++++++
blog/when-to-scale-postgresql-analytics.md | 16 +++++++++
blog/xanhsm-with-apache-doris.md | 16 +++++++++
blog/xiaomi-unified-usecase.md | 2 --
src/components/recent-blogs/recent-blogs.data.ts | 17 +++++----
src/constant/newsletter.data.ts | 38 ++++++++++-----------
.../blogs/202603_Azure_mining_horizontal.png | Bin 0 -> 64305 bytes
static/images/blogs/202603_Kwai_horizontal.png | Bin 0 -> 96045 bytes
static/images/blogs/202603_Scale_PG_horizontal.png | Bin 0 -> 86089 bytes
static/images/blogs/202603_Xanh_sm_horizontal.png | Bin 0 -> 121066 bytes
14 files changed, 91 insertions(+), 36 deletions(-)
diff --git a/blog/HTAP-pg-doris.md b/blog/HTAP-pg-doris.md
index 91199bf44cf..e2724c8c9f6 100644
--- a/blog/HTAP-pg-doris.md
+++ b/blog/HTAP-pg-doris.md
@@ -2,8 +2,6 @@
'title': 'PostgreSQL + Apache Doris: Building an HTAP Architecture for
Real-Time Analytics'
'summary': 'Pairing PostgreSQL with Apache Doris creates an HTAP
architecture that separates transactional and analytical workloads at the
infrastructure level.'
'description': 'Pairing PostgreSQL with Apache Doris creates an HTAP
architecture that separates transactional and analytical workloads at the
infrastructure level.'
- 'picked': "true"
- 'order': "2"
'date': '2026-3-5'
'author': 'velodb.io · Matt Yi'
'externalLink':
'https://www.velodb.io/blog/postgresql-apache-doris-building-an-htap-architecture-for-real-time-analytics'
diff --git a/blog/doris4-native-hybrid-search.md
b/blog/doris4-native-hybrid-search.md
index 0ca9388fae1..8a92e3ed945 100644
--- a/blog/doris4-native-hybrid-search.md
+++ b/blog/doris4-native-hybrid-search.md
@@ -2,8 +2,6 @@
'title': 'Apache Doris 4.0: Native Hybrid Search for AI Workloads'
'summary': 'Apache Doris offers vector search, full-text search, and
structured analytics in a single SQL engine, providing a hybrid search and
analytical processing infra solution for AI workloads.'
'description': 'Apache Doris offers vector search, full-text search, and
structured analytics in a single SQL engine, providing a hybrid search and
analytical processing infra solution for AI workloads.'
- 'picked': "true"
- 'order': "1"
'date': '2026-1-20'
'author': 'velodb.io · Jack Jiang'
'externalLink':
'https://www.velodb.io/blog/apache-doris-4-native-hybrid-search-for-ai-workloads'
diff --git a/blog/from-clickhouse-elasticsearch-to-apache-doris-kwai.md
b/blog/from-clickhouse-elasticsearch-to-apache-doris-kwai.md
new file mode 100644
index 00000000000..22cf974aa83
--- /dev/null
+++ b/blog/from-clickhouse-elasticsearch-to-apache-doris-kwai.md
@@ -0,0 +1,16 @@
+---
+ 'title': 'From ClickHouse + Elasticsearch to Apache Doris: How Kwai
Unified Trillion-Scale Ad Analytics'
+ 'summary': 'Kwai, a short-video platform with over 400 million daily
active users, migrated its advertising analytics from ClickHouse and
Elasticsearch to Apache Doris, achieving up to 90% latency reduction and 3x
write throughput.'
+ 'description': 'Kwai, a short-video platform with over 400 million daily
active users, migrated its advertising analytics from ClickHouse and
Elasticsearch to Apache Doris, achieving up to 90% latency reduction and 3x
write throughput.'
+ 'picked': "true"
+ 'order': "2"
+ 'date': '2026-3-20'
+ 'author': 'velodb.io · Simin Zhou'
+ 'externalLink':
'https://www.velodb.io/blog/from-clickhouse-elasticsearch-to-apache-doris-how-kwai-unified-trillion-scale-ad-analytics'
+ 'tags': ['Best Practice']
+ "image": '/images/blogs/202603_Kwai_horizontal.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/from-clickhouse-elasticsearch-to-apache-doris-how-kwai-unified-trillion-scale-ad-analytics'>Kwai,
a short-video platform with over 400 million daily active users, migrated its
advertising analytics from ClickHouse and Elasticsearch to Apache Doris,
achieving up to 90% latency reduction and 3x write throughput. <SeeMore
/></BlogLink>
diff --git a/blog/inverted-index-deepdive.md b/blog/inverted-index-deepdive.md
index ab2893d416d..4a96c88a8ce 100644
--- a/blog/inverted-index-deepdive.md
+++ b/blog/inverted-index-deepdive.md
@@ -2,8 +2,6 @@
'title': 'How Inverted Index Works in Apache Doris: 59x Faster Full-Text
Search, 14x Faster Point Lookups'
'summary': 'Apache Doris built-in inverted index delivers 59x faster
full-text search, 14x faster product lookups, and 10x faster multi-dimensional
queries.'
'description': 'Apache Doris built-in inverted index delivers 59x faster
full-text search, 14x faster product lookups, and 10x faster multi-dimensional
queries.'
- 'picked': "true"
- 'order': "4"
'date': '2025-3-12'
'author': 'velodb.io · Thomas Yang'
'externalLink':
'https://www.velodb.io/blog/how-inverted-index-works-in-apache-doris'
diff --git a/blog/mexican-mining-giant-azure-to-apache-doris.md
b/blog/mexican-mining-giant-azure-to-apache-doris.md
new file mode 100644
index 00000000000..80b4295d7c8
--- /dev/null
+++ b/blog/mexican-mining-giant-azure-to-apache-doris.md
@@ -0,0 +1,16 @@
+---
+ 'title': 'Why a Mexican Mining Giant Migrated from Azure Synapse to Apache
Doris'
+ 'summary': 'One of largest mining companies in Mexico migrated from Azure
Synapse to Apache Doris to solve unpredictable cloud costs and slow query
performance across its 20,000-employee operation.'
+ 'description': 'One of largest mining companies in Mexico migrated from
Azure Synapse to Apache Doris to solve unpredictable cloud costs and slow query
performance across its 20,000-employee operation.'
+ 'picked': "true"
+ 'order': "3"
+ 'date': '2026-3-30'
+ 'author': 'velodb.io · Victor Romero'
+ 'externalLink':
'https://www.velodb.io/blog/mexican-mining-giant-migrated-from-azure-synapse-to-apache-doris'
+ 'tags': ['Best Practice']
+ "image": '/images/blogs/202603_Azure_mining_horizontal.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/mexican-mining-giant-migrated-from-azure-synapse-to-apache-doris'>One
of largest mining companies in Mexico migrated from Azure Synapse to Apache
Doris to solve unpredictable cloud costs and slow query performance across its
20,000-employee operation. <SeeMore /></BlogLink>
diff --git a/blog/when-to-scale-postgresql-analytics.md
b/blog/when-to-scale-postgresql-analytics.md
new file mode 100644
index 00000000000..8ff2000c7e2
--- /dev/null
+++ b/blog/when-to-scale-postgresql-analytics.md
@@ -0,0 +1,16 @@
+---
+ 'title': 'When to Scale PostgreSQL Analytics? Advancing Analytics without
Unnecessary Tool Sprawl'
+ 'summary': 'PostgreSQL handles OLTP well, but analytics workloads often
push teams to bolt on multiple specialized systems. This post covers the signs
it is time to scale out your analytics and how Apache Doris can consolidate
those workloads into one platform.'
+ 'description': 'PostgreSQL handles OLTP well, but analytics workloads
often push teams to bolt on multiple specialized systems. This post covers the
signs it is time to scale out your analytics and how Apache Doris can
consolidate those workloads into one platform.'
+ 'picked': "true"
+ 'order': "1"
+ 'date': '2026-3-19'
+ 'author': 'velodb.io · Thomas Yang and Kevin Shen'
+ 'externalLink':
'https://www.velodb.io/blog/when-to-scale-postgresql-analytics'
+ 'tags': ['Tech Sharing']
+ "image": '/images/blogs/202603_Scale_PG_horizontal.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/when-to-scale-postgresql-analytics'>PostgreSQL
handles OLTP well, but analytics workloads often push teams to bolt on multiple
specialized systems. This post covers the signs it is time to scale out your
analytics and how Apache Doris can consolidate those workloads into one
platform. <SeeMore /></BlogLink>
diff --git a/blog/xanhsm-with-apache-doris.md b/blog/xanhsm-with-apache-doris.md
new file mode 100644
index 00000000000..85fd525ec3d
--- /dev/null
+++ b/blog/xanhsm-with-apache-doris.md
@@ -0,0 +1,16 @@
+---
+ 'title': 'How Xanh SM, Leading EV ride hailer in Vietnam, Built Real-Time
Recommendations with Apache Doris'
+ 'summary': 'Xanh SM, Leading EV ride hailer in Vietnam, built a real-time
personalized location recommendation system with Apache Doris to power smarter
driver-rider matching.'
+ 'description': 'Xanh SM, Leading EV ride hailer in Vietnam, built a
real-time personalized location recommendation system with Apache Doris to
power smarter driver-rider matching.'
+ 'picked': "true"
+ 'order': "4"
+ 'date': '2026-3-24'
+ 'author': 'velodb.io · Thang Duc Bui'
+ 'externalLink':
'https://www.velodb.io/blog/how-xanhsm-built-real-time-recommendations-with-apache-doris'
+ 'tags': ['Best Practice']
+ "image": '/images/blogs/202603_Xanh_sm_horizontal.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/how-xanhsm-built-real-time-recommendations-with-apache-doris'>Xanh
SM, Leading EV ride hailer in Vietnam, built a real-time personalized location
recommendation system with Apache Doris to power smarter driver-rider matching.
<SeeMore /></BlogLink>
diff --git a/blog/xiaomi-unified-usecase.md b/blog/xiaomi-unified-usecase.md
index f4510620b0b..60dac4c78a6 100644
--- a/blog/xiaomi-unified-usecase.md
+++ b/blog/xiaomi-unified-usecase.md
@@ -2,8 +2,6 @@
'title': 'How Xiaomi Built a Unified Data Platform with Apache Doris'
'summary': 'Xiaomi, the third-largest smartphone maker in the world, built
a unified data platform on Apache Doris, running 40+ clusters that serve 50
million queries per day across petabytes of data.'
'description': 'Xiaomi, the third-largest smartphone maker in the world,
built a unified data platform on Apache Doris, running 40+ clusters that serve
50 million queries per day across petabytes of data.'
- 'picked': "true"
- 'order': "2"
'date': '2026-2-27'
'author': 'velodb.io · Congling Xia'
'externalLink':
'https://www.velodb.io/blog/how-xiaomi-built-a-unified-data-platform-with-apache-doris'
diff --git a/src/components/recent-blogs/recent-blogs.data.ts
b/src/components/recent-blogs/recent-blogs.data.ts
index 947f586cc81..60edf284c76 100644
--- a/src/components/recent-blogs/recent-blogs.data.ts
+++ b/src/components/recent-blogs/recent-blogs.data.ts
@@ -1,19 +1,18 @@
export const RECENT_BLOGS_POSTS = [
{
- label: 'Apache Doris 4.0: Native Hybrid Search for AI Workloads',
- link:
'https://www.velodb.io/blog/apache-doris-4-native-hybrid-search-for-ai-workloads',
+ label: 'When to Scale PostgreSQL Analytics? Advancing Analytics
without unnecessary tool sprawl',
+ link: 'https://www.velodb.io/blog/when-to-scale-postgresql-analytics',
},
{
- label: 'Doris at Xiaomi: How Xiaomi Built a Unified Data Platform with
Apache Doris',
- link:
'https://www.velodb.io/blog/how-xiaomi-built-a-unified-data-platform-with-apache-doris',
+ label: 'From ClickHouse + Elasticsearch to Apache Doris: How Kwai
Unified Trillion-Scale Ad Analytics',
+ link:
'https://www.velodb.io/blog/from-clickhouse-elasticsearch-to-apache-doris-how-kwai-unified-trillion-scale-ad-analytics',
},
{
- label: 'PostgreSQL + Apache Doris: Building an HTAP Architecture for
Real-Time Analytics',
- link:
'https://www.velodb.io/blog/postgresql-apache-doris-building-an-htap-architecture-for-real-time-analytics',
+ label: 'Why a Mexican Mining Giant Migrated from Azure Synapse to
Apache Doris',
+ link:
'https://www.velodb.io/blog/mexican-mining-giant-migrated-from-azure-synapse-to-apache-doris',
},
{
- label: 'How Inverted Index Works in Apache Doris: 59x Faster Full-Text
Search, 14x Faster Point Lookups',
- link:
'https://www.velodb.io/blog/how-inverted-index-works-in-apache-doris',
+ label: 'How Xanh SM, Leading EV ride hailer in Vietnam, Built
Real-Time Recommendations with Apache Doris',
+ link:
'https://www.velodb.io/blog/how-xanhsm-built-real-time-recommendations-with-apache-doris',
},
-
];
diff --git a/src/constant/newsletter.data.ts b/src/constant/newsletter.data.ts
index d4efedad255..7bb3c593a7e 100644
--- a/src/constant/newsletter.data.ts
+++ b/src/constant/newsletter.data.ts
@@ -1,30 +1,30 @@
export const NEWSLETTER_DATA = [
{
tags: ['Tech Sharing'],
- title: "Apache Doris 4.0: Native Hybrid Search for AI Workloads",
- content: `Apache Doris 4.0 combines vector search, full-text search,
and structured analytics into a single SQL engine, delivering a hybrid search
and analytical processing infrastructure for AI workloads — no separate search
stack needed.`,
- to:
'https://www.velodb.io/blog/apache-doris-4-native-hybrid-search-for-ai-workloads',
- image: 'blogs/20260317_Hybrid_Search_horizontal.png',
+ title: "When to Scale PostgreSQL Analytics? Advancing Analytics
without unnecessary tool sprawl",
+ content: `PostgreSQL handles OLTP well, but analytics workloads often
push teams to bolt on multiple specialized systems. This post covers the signs
it is time to scale out your analytics and how Apache Doris can consolidate
those workloads into one platform.`,
+ to: 'https://www.velodb.io/blog/when-to-scale-postgresql-analytics',
+ image: 'blogs/202603_Scale_PG_horizontal.png',
},
{
tags: ['Best Practice'],
- title: "Doris at Xiaomi: How Xiaomi Built a Unified Data Platform with
Apache Doris",
- content: `Xiaomi consolidated its fragmented analytics infrastructure
with Apache Doris, now running 40+ clusters managing petabytes of data and
serving 50 million daily queries across the company.`,
- to:
'https://www.velodb.io/blog/how-xiaomi-built-a-unified-data-platform-with-apache-doris',
- image: 'blogs/20260317_Xiaomi_unified_horizontal.png',
+ title: "From ClickHouse + Elasticsearch to Apache Doris: How Kwai
Unified Trillion-Scale Ad Analytics",
+ content: `Kwai, a short-video platform with over 400 million daily
active users, migrated its advertising analytics from ClickHouse and
Elasticsearch to Apache Doris, achieving up to 90% latency reduction and 3x
write throughput.`,
+ to:
'https://www.velodb.io/blog/from-clickhouse-elasticsearch-to-apache-doris-how-kwai-unified-trillion-scale-ad-analytics',
+ image: 'blogs/202603_Kwai_horizontal.png',
},
{
- tags: ['Tech Sharing'],
- title: "PostgreSQL + Apache Doris: Building an HTAP Architecture for
Real-Time Analytics",
- content: `Pairing PostgreSQL with Apache Doris creates an HTAP
architecture that separates transactional and analytical workloads, enabling
real-time data sync and fast analytics without straining your production
database.`,
- to:
'https://www.velodb.io/blog/postgresql-apache-doris-building-an-htap-architecture-for-real-time-analytics',
- image: 'blogs/20260317_HTAP_horizontal.png',
+ tags: ['Best Practice'],
+ title: "Why a Mexican Mining Giant Migrated from Azure Synapse to
Apache Doris",
+ content: `One of largest mining companies in Mexicomigrated from Azure
Synapse to Apache Doris to solve unpredictable cloud costs and slow query
performance across its 20,000-employee operation.`,
+ to:
'https://www.velodb.io/blog/mexican-mining-giant-migrated-from-azure-synapse-to-apache-doris',
+ image: 'blogs/202603_Azure_mining_horizontal.png',
},
{
- tags: ['Tech Sharing'],
- title: "How Inverted Index Works in Apache Doris: 59x Faster Full-Text
Search, 14x Faster Point Lookups",
- content: `Apache Doris inverted indexes deliver 59x faster full-text
search and 14x faster point lookups by mapping values directly to row locations
— solving the sparse query problem that traditional OLAP systems struggle
with.`,
- to:
'https://www.velodb.io/blog/how-inverted-index-works-in-apache-doris',
- image: 'blogs/20260317_inverted_index_horizontal.png',
- }
+ tags: ['Best Practice'],
+ title: "How Xanh SM, Leading EV ride hailer in Vietnam, Built
Real-Time Recommendations with Apache Doris",
+ content: `Xanh SM, Leading EV ride hailer in Vietnam, built a
real-time personalized location recommendation system with Apache Doris to
power smarter driver-rider matching.`,
+ to:
'https://www.velodb.io/blog/how-xanhsm-built-real-time-recommendations-with-apache-doris',
+ image: 'blogs/202603_Xanh_sm_horizontal.png',
+ },
];
diff --git a/static/images/blogs/202603_Azure_mining_horizontal.png
b/static/images/blogs/202603_Azure_mining_horizontal.png
new file mode 100644
index 00000000000..f73b2426658
Binary files /dev/null and
b/static/images/blogs/202603_Azure_mining_horizontal.png differ
diff --git a/static/images/blogs/202603_Kwai_horizontal.png
b/static/images/blogs/202603_Kwai_horizontal.png
new file mode 100644
index 00000000000..80e128c14a5
Binary files /dev/null and b/static/images/blogs/202603_Kwai_horizontal.png
differ
diff --git a/static/images/blogs/202603_Scale_PG_horizontal.png
b/static/images/blogs/202603_Scale_PG_horizontal.png
new file mode 100644
index 00000000000..fb9bfe5af2a
Binary files /dev/null and b/static/images/blogs/202603_Scale_PG_horizontal.png
differ
diff --git a/static/images/blogs/202603_Xanh_sm_horizontal.png
b/static/images/blogs/202603_Xanh_sm_horizontal.png
new file mode 100644
index 00000000000..6bc32b5b32c
Binary files /dev/null and b/static/images/blogs/202603_Xanh_sm_horizontal.png
differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]