You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/Doris-34x-than-ck-real-time-updates.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
'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."
4
4
'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."
'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."
4
4
'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."
Copy file name to clipboardExpand all lines: blog/Doris-onelake-fabric-integration.mdx
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
'title': 'From OneLake to Insights: Building Modern Analytics with Apache Doris and Microsoft Fabric'
3
3
'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."
4
4
'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."
Copy file name to clipboardExpand all lines: blog/Doris-tops-jsonbench-in-cold-queries.mdx
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
'title': 'Apache Doris Tops JSONBench in Cold Queries and Data Quality'
3
3
'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."
4
4
'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."
'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. "
import { BlogLink } from '../src/components/blogs/components/blog-link';
15
+
import { SeeMore } from '../src/components/blogs/components/see-more';
16
+
17
+
> <BlogLinkrel="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>
'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. "
import { BlogLink } from '../src/components/blogs/components/blog-link';
15
+
import { SeeMore } from '../src/components/blogs/components/see-more';
16
+
17
+
> <BlogLinkrel="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>
'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."
import { BlogLink } from '../src/components/blogs/components/blog-link';
14
+
import { SeeMore } from '../src/components/blogs/components/see-more';
15
+
16
+
> <BlogLinkrel="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>
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
+
},
2
9
{
3
10
tags: ['Tech Sharing'],
4
11
title: "Apache Doris Up to 34x Faster Than ClickHouse in Real-Time Updates",
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',
15
22
},
16
23
{
17
24
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',
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',
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',
0 commit comments