Skip to content

Commit 128e3f4

Browse files
authored
update blog apache doris minio (#3265)
1 parent 32a5299 commit 128e3f4

12 files changed

Lines changed: 75 additions & 32 deletions

blog/Doris-34x-than-ck-real-time-updates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'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."
44
'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."
55
'picked': "true"
6-
'order': "1"
6+
'order': "2"
77
'date': '2025-10-01'
88
'author': 'velodb.io · VeloDB Engineering Team'
99
'externalLink': 'https://www.velodb.io/blog/apache-doris-34x-faster-clickhouse-realtime-updates'

blog/Doris-70-better-on-graviton.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
'title': 'Apache Doris Achieves 70% Better Price-Performance on ARM-based AWS Graviton'
33
'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."
44
'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."
5-
'picked': "true"
6-
'order': "4"
75
'date': '2025-10-31'
86
'author': 'velodb.io · VeloDB Engineering Team'
97
'externalLink': 'https://www.velodb.io/blog/apache-doris-achieves-70-better-price-performance'

blog/Doris-onelake-fabric-integration.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
'title': 'From OneLake to Insights: Building Modern Analytics with Apache Doris and Microsoft Fabric'
33
'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."
44
'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."
5-
'picked': "true"
6-
'order': "2"
75
'date': '2025-11-17'
86
'author': 'velodb.io · VeloDB Engineering Team'
97
'externalLink': 'https://www.velodb.io/blog/connect-apache-doris-and-microsoft-fabric-and-onelake'

blog/Doris-tops-jsonbench-in-cold-queries.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
'title': 'Apache Doris Tops JSONBench in Cold Queries and Data Quality'
33
'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."
44
'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."
5-
'picked': "true"
6-
'order': "3"
75
'date': '2025-11-06'
86
'author': 'velodb.io · VeloDB Engineering Team'
97
'externalLink': 'https://www.velodb.io/blog/apache-doris-tops-json-bench-cold-queries'

blog/apache-doris-min-io.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
'title': 'Deploying Apache Doris with MinIO: Analytics with Storage-Compute Separation'
3+
'summary': "In the Apache Doris + MinIO architecture, Apache Doris handles compute, MinIO handles storage, and the result is a modern analytics architecture that’s fast, scalable, cost-efficient, and separates compute from storage. "
4+
'description': "In the Apache Doris + MinIO architecture, Apache Doris handles compute, MinIO handles storage, and the result is a modern analytics architecture that’s fast, scalable, cost-efficient, and separates compute from storage. "
5+
'picked': "true"
6+
'order': "3"
7+
'date': '2025-12-8'
8+
'author': 'velodb.io · VeloDB Engineering Team'
9+
'externalLink': 'https://www.velodb.io/blog/deploying-apache-doris-with-minio'
10+
'tags': ['Tech Sharing']
11+
"image": '/images/blogs/202512_MinIO.png'
12+
---
13+
14+
import { BlogLink } from '../src/components/blogs/components/blog-link';
15+
import { SeeMore } from '../src/components/blogs/components/see-more';
16+
17+
> <BlogLink rel="noopener noreferrer" target='_blank' href='https://www.velodb.io/blog/deploying-apache-doris-with-minio'>In the Apache Doris + MinIO architecture, Apache Doris handles compute, MinIO handles storage, and the result is a modern analytics architecture that’s fast, scalable, cost-efficient, and separates compute from storage. <SeeMore /></BlogLink>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
'title': 'How ByteDance Solved Billion-Scale Vector Search Problem with Apache Doris 4.0'
3+
'summary': "With Apache Doris 4.0 and its hybrid search capabilities, ByteDance built a search system handling 1 billion+ vectors, achieving accuracy, low latency, and cost-efficiency in infra costs. "
4+
'description': "With Apache Doris 4.0 and its hybrid search capabilities, ByteDance built a search system handling 1 billion+ vectors, achieving accuracy, low latency, and cost-efficiency in infra costs. "
5+
'picked': "true"
6+
'order': "1"
7+
'date': '2025-12-16'
8+
'author': 'velodb.io · VeloDB Engineering Team'
9+
'externalLink': 'https://www.velodb.io/blog/bytedance-solved-billion-scale-vector-search-problem-with-apache-doris-4-0'
10+
'tags': ['Best Practice']
11+
"image": '/images/blogs/202512_ByteDance_horizontal.png'
12+
---
13+
14+
import { BlogLink } from '../src/components/blogs/components/blog-link';
15+
import { SeeMore } from '../src/components/blogs/components/see-more';
16+
17+
> <BlogLink rel="noopener noreferrer" target='_blank' href='https://www.velodb.io/blog/bytedance-solved-billion-scale-vector-search-problem-with-apache-doris-4-0'>With Apache Doris 4.0 and its hybrid search capabilities, ByteDance built a search system handling 1 billion+ vectors, achieving accuracy, low latency, and cost-efficiency in infra costs. <SeeMore /></BlogLink>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
'title': 'Fast JSON Analytics in Apache Doris: 100x Faster Than PostgreSQL and MongoDB'
3+
'summary': "Apache Doris uses the VARIANT data type to deliver flexible, high-performance JSON handling, thanks to features like dynamic subcolumns, sparse columns, schema templates, lazy materialization, and path-based indexing."
4+
'description': "Apache Doris uses the VARIANT data type to deliver flexible, high-performance JSON handling, thanks to features like dynamic subcolumns, sparse columns, schema templates, lazy materialization, and path-based indexing."
5+
'picked': "true"
6+
'order': "4"
7+
'date': '2025-12-26'
8+
'author': 'velodb.io · VeloDB Engineering Team'
9+
'externalLink': 'https://www.velodb.io/blog/fast-json-analytics-in-apache-doris-100x-faster-than-postgresql-and-mongodb'
10+
'tags': ['Tech Sharing']
11+
"image": '/images/blogs/202512_Variant_horizontal.png'
12+
---
13+
import { BlogLink } from '../src/components/blogs/components/blog-link';
14+
import { SeeMore } from '../src/components/blogs/components/see-more';
15+
16+
> <BlogLink rel="noopener noreferrer" target='_blank' href='https://www.velodb.io/blog/fast-json-analytics-in-apache-doris-100x-faster-than-postgresql-and-mongodb'>Apache Doris uses the VARIANT data type to deliver flexible, high-performance JSON handling, thanks to features like dynamic subcolumns, sparse columns, schema templates, lazy materialization, and path-based indexing. <SeeMore /></BlogLink>

src/components/recent-blogs/recent-blogs.data.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
export const RECENT_BLOGS_POSTS = [
22
{
3-
label: 'Apache Doris Up to 34x Faster Than ClickHouse in Real-Time Updates',
4-
link: 'https://www.velodb.io/blog/apache-doris-34x-faster-clickhouse-realtime-updates',
3+
label: 'How ByteDance Solved Billion-Scale Vector Search Problem with Apache Doris 4.0',
4+
link: 'https://www.velodb.io/blog/bytedance-solved-billion-scale-vector-search-problem-with-apache-doris-4-0',
55
},
66
{
7-
label: 'From OneLake to Insights: Building Modern Analytics with Apache Doris and Microsoft Fabric',
8-
link: 'https://www.velodb.io/blog/connect-apache-doris-and-microsoft-fabric-and-onelake',
7+
label: 'Apache Doris Up to 34x Faster Than ClickHouse in Real-Time Updates',
8+
link: 'https://www.velodb.io/blog/apache-doris-34x-faster-clickhouse-realtime-updates',
99
},
1010
{
11-
label: 'Apache Doris Tops JSONBench in Cold Queries and Data Quality',
12-
link: 'https://www.velodb.io/blog/apache-doris-tops-json-bench-cold-queries',
11+
label: 'Fast JSON Analytics in Apache Doris: 100x Faster Than PostgreSQL and MongoDB',
12+
link: 'https://www.velodb.io/blog/fast-json-analytics-in-apache-doris-100x-faster-than-postgresql-and-mongodb',
1313
},
1414
{
15-
label: 'Apache Doris Achieves 70% Better Price-Performance on ARM-based AWS Graviton',
16-
link: 'https://www.velodb.io/blog/apache-doris-achieves-70-better-price-performance',
15+
label: 'Deploying Apache Doris with MinIO: Analytics with Storage-Compute Separation',
16+
link: 'https://www.velodb.io/blog/deploying-apache-doris-with-minio',
1717
},
1818

1919

src/constant/newsletter.data.ts

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
export const NEWSLETTER_DATA = [
2+
{
3+
tags: ['Best Practice'],
4+
title: "How ByteDance Solved Billion-Scale Vector Search Problem with Apache Doris 4.0",
5+
content: `With Apache Doris 4.0 and its hybrid search capabilities, ByteDance built a search system handling 1 billion+ vectors, achieving accuracy, low latency, and cost-efficiency in infra costs. `,
6+
to: 'https://www.velodb.io/blog/bytedance-solved-billion-scale-vector-search-problem-with-apache-doris-4-0',
7+
image: 'blogs/202512_ByteDance_horizontal.png',
8+
},
29
{
310
tags: ['Tech Sharing'],
411
title: "Apache Doris Up to 34x Faster Than ClickHouse in Real-Time Updates",
@@ -8,25 +15,17 @@ export const NEWSLETTER_DATA = [
815
},
916
{
1017
tags: ['Tech Sharing'],
11-
title: "From OneLake to Insights: Building Modern Analytics with Apache Doris and Microsoft Fabric",
12-
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.`,
13-
to: 'https://www.velodb.io/blog/connect-apache-doris-and-microsoft-fabric-and-onelake',
14-
image: 'blogs/20251117_OneLake_1800x766.png',
18+
title: "Fast JSON Analytics in Apache Doris: 100x Faster Than PostgreSQL and MongoDB",
19+
content: `Apache Doris uses the VARIANT data type to deliver flexible, high-performance JSON handling, thanks to features like dynamic subcolumns, sparse columns, schema templates, lazy materialization, and path-based indexing.`,
20+
to: 'https://www.velodb.io/blog/fast-json-analytics-in-apache-doris-100x-faster-than-postgresql-and-mongodb',
21+
image: 'blogs/202512_Variant_horizontal.png',
1522
},
1623
{
1724
tags: ['Tech Sharing'],
18-
title: "Apache Doris Tops JSONBench in Cold Queries and Data Quality",
19-
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.`,
20-
to: 'https://www.velodb.io/blog/apache-doris-tops-json-bench-cold-queries',
21-
image: 'blogs/202511_JSONBench_header_1.jpeg',
22-
},
23-
{
24-
tags: ['Tech Sharing'],
25-
title: "Apache Doris Achieves 70% Better Price-Performance on ARM-based AWS Graviton",
26-
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.`,
27-
to: 'https://www.velodb.io/blog/apache-doris-achieves-70-better-price-performance',
28-
image: 'blogs/Doris_on_AWS_Graviton_1800X766.png',
29-
},
30-
25+
title: "Deploying Apache Doris with MinIO: Analytics with Storage-Compute Separation",
26+
content: `In the Apache Doris + MinIO architecture, Apache Doris handles compute, MinIO handles storage, and the result is a modern analytics architecture that’s fast, scalable, cost-efficient, and separates compute from storage. `,
27+
to: 'https://www.velodb.io/blog/deploying-apache-doris-with-minio',
28+
image: 'blogs/202512_MinIO.png',
29+
}
3130

3231
];
238 KB
Loading

0 commit comments

Comments
 (0)