---
格式版本: 2
标题: "Alibaba Cloud Hologres Tops the Official TPC-H 3,000GB Benchmark, with the Best Price/Performance"
原文链接: "https://www.alibabacloud.com/blog/alibaba-cloud-hologres-tops-the-official-tpc-h-3000gb-benchmark-with-the-best-priceperformance_603491"
发布日期: "2026-08-21"
发布时间校准状态: "found"
发布时间需复核: "否"
发布时间来源: "rule:configured_publication_date_rule"
发布时间证据: "alibaba-cloud-news-publication-date html:original: Alibaba Cloud Big Data and AI August 21, 2026"
发布时间校准原因: "信源发布日期识别规则直接确认发布时间"
发布时间校准置信度: "high"
发布时间候选数量: 2
发布时间严格候选数量: 2
发布时间原页读取状态: "source template page reused from URL open"
发布时间未找到原因: ""
发布时间校准时间: "2026-08-22T13:09:59+08:00"
发布时间仲裁状态: "skipped"
发布时间仲裁尝试次数: 0
发布时间仲裁耗时毫秒: 0
发现时间: "2026-08-22T13:07:09+08:00"
入库时间: "2026-08-22T05:09:59.926Z"
来源平台: "固定入口"
搜索渠道: "fixed_url"
搜索词: "https://www.alibabacloud.com/blog"
匹配关键词:
  - "performance"
  - "roadmap"
  - "latency"
相关厂家:
  - "阿里"
相关专家:
  []
内容类型: "网页"
抓取工具: "Free Fetch + Defuddle"
清洗工具: "Defuddle Markdown + Defuddle/Readability 正文提取"
原始附件:
  []
AI优质: "否"
AI打分: 10
AI分档: "非优质"
AI质检状态: "不通过"
AI打分理由: "该文章介绍阿里云Hologres在TPC-H 3TB基准测试中的性能与性价比，属于数据库/数据仓库领域，未涉及超节点、AI Rack、机柜级AI基础设施、高速互连、供电、液冷或相关量产落地，与项目主题无关。"
AI质检模型: "ali-deepseek-v4-flash"
AI质检时间: "2026-08-24T10:40:44+08:00"
AI主题相关性: 0
AI来源权威性: 5
AI新颖性: 0
AI技术细节: 0
AI商业部署信号: 0
AI完整性: 5
AI摘要: "阿里云实时数仓 Hologres 在 TPC-H 3000GB 基准测试中以 8,443,627 QphH@3000GB 登顶性能榜，领先第二名约 54%，同时取得最佳性价比，结果经 TPC 认证审计并已公开。"
AI摘要模型: "ali-deepseek-v4-flash"
AI摘要时间: "2026-09-07T02:12:03.468Z"
采集批次: "2026年8月22日13点00分20秒"
采集批次ID: "20260822-130020-912"
去重键: "https://www.alibabacloud.com/blog/alibaba-cloud-hologres-tops-the-official-tpc-h-3000gb-benchmark-with-the-best-priceperformance_603491"
---

Alibaba Cloud's real-time data warehouse Hologres has posted a score of 8,443,627 QphH@3000GB, taking the top spot on the official TPC-H 3,000GB performance leaderboard at tpc.org — roughly 54% ahead of the second-place system. Hologres also delivered the best price/performance of any system on the leaderboard, at 390.47 CNY per kQphH (roughly US$58). First in both performance and value.

The result was independently audited by Doug Johnson of InfoSizing, a TPC-certified auditor. The Full Disclosure Report is published on the TPC website, where anyone can review and verify it (Result ID: 126062601).

![1](https://yqintl.alicdn.com/7fcd622ce4b57b9333d34f63fa702c1031a4adcd.png "1")

*Figure: TPC-H 3,000GB Performance Results page, captured July 2026.*

## Back on Top: Another Publicly Verifiable Result

This is not the first time Hologres has claimed the top spot. Back in 2022, Hologres won the TPC-H 30TB test with 27,860,000 QphH, finishing 23% ahead of the runner-up. Four years later, Hologres has reclaimed the No. 1 position — this time on the 3TB scale — widening its lead from 23% to 54%.

The 3TB scale is the "sweet spot" closest to real enterprise deployments: the core analytics workloads of most enterprises fall within this data range, which is exactly why the 3TB leaderboard is the most fiercely contested. A 54% lead at this scale — achieved at a lower unit cost — means Hologres is not just faster; it is more efficient.

This No. 1 was not won by throwing hardware at the problem. On a lower unit-cost basis, Hologres extended its absolute performance lead to 54% — fast and economical at once. TPC-H is widely regarded as the gold standard for data analytics benchmarking. For Hologres, the significance of this result goes beyond a bigger number: it provides a public, standardized performance benchmark that anyone can audit and verify.

## From 2022 to 2026: Optimizing Performance from Within

Over the past four years, the Hologres team has tackled three core challenges: how to make distributed compute resources genuinely usable by queries, how to cut out wasteful data processing during complex SQL execution, and how to keep the system stable while real-time writes and high-concurrency queries happen at the same time.

### Better Compute Resource Utilization

In distributed query processing, adding workers does not automatically translate into proportional speedups — parallelism can be limited by data sharding and by how operators execute. To address this, Hologres rebuilt its query execution engine from the ground up: data now flows between operators in columnar batches, much of the computation runs directly on lightweight-encoded data, and operator parallelism is further increased without introducing extra shuffles — so more CPU time goes into actual computation.

### Less Wasteful Data Processing

Much of the cost of a complex query comes not from computation itself, but from data scans, network shuffles, and ever-growing intermediate results. Hologres has continuously enhanced runtime filters and TopN pushdown, and its optimizer learns from queries the system has actually executed — using real historical data distributions to correct cost estimates and automatically pick better execution plans for complex queries. The fastest data processing is removing the data you don't need from the execution path as early as possible.

### Less Cross-Workload Interference

A real-world real-time data warehouse never runs just one query: real-time writes, operational dashboards, scheduled reports, and ad-hoc analytics all compete for CPU, memory, and I/O within the same time window. Hologres has steadily improved query thread-pool isolation, compute-group resource isolation, multi-cluster horizontal scaling, and automatic workload scheduling — giving each workload a more independent execution space and keeping performance stable even under high concurrency.

This throughline comes down to three things: putting more compute resources to work on queries, letting less data reach downstream operators, and cutting wasteful waits across workloads. All of it was achieved on the same general-purpose engine that simultaneously powers real-time writes, high-concurrency point queries, and lakehouse workloads — Hologres was never an engine built just to chase benchmark scores.

## From the Leaderboard Back to Real Business

These capabilities don't serve a fixed set of benchmark SQL; they serve the real requests that hit enterprise data platforms every day. A 54% QphH lead means the same multi-table joins, multi-dimensional aggregations, and reporting analytics run on Hologres with lower latency and higher concurrency.

And the No. 1 price/performance means that speed does not have to be bought at a steep price.

The improvements made over the past four years — across the execution engine, the optimizer, and the concurrency architecture — are already part of Hologres' product capabilities, continuously serving real-time data warehousing, interactive analytics, and lakehouse scenarios.

## In Closing

From 30TB in 2022 to 3TB in 2026, and from a 23% lead to a 54% lead, Hologres has twice proven its technical strength in complex analytics performance and price/performance — with results that stand up to audit. Leaderboard records will keep being broken. This milestone is both a checkpoint and a continuation of a long-term technical roadmap: fresher data, faster queries, and more stable performance in real concurrent environments.

Today, Alibaba Cloud Hologres serves more than a thousand enterprises, including 37 Interactive Entertainment, Muyuan Group, CaoCao Mobility, Happy Elements, ZhongAn Insurance, Leapmotor, and Semir.

Learn more about Hologres: [https://www.alibabacloud.com/en/product/hologres](https://www.alibabacloud.com/en/product/hologres)

---

TPC, TPC Benchmark, and TPC-H are trademarks of the Transaction Processing Performance Council.
