Tag

TPC-C

0 views collected around this technical thread.

Xiaolei Talks DB
Xiaolei Talks DB
Nov 29, 2024 · Databases

How OceanBase’s Shared‑Nothing Architecture Powers Scalable, High‑Availability Databases

OceanBase employs a shared‑nothing distributed cluster design where each node runs its own SQL, storage, and transaction engines, evolving through versions 0.5 to 4.0 to improve scalability, high availability, and low latency, while supporting multi‑tenant deployments and TPC‑C benchmark success.

Distributed DatabaseHigh AvailabilityTPC-C
0 likes · 7 min read
How OceanBase’s Shared‑Nothing Architecture Powers Scalable, High‑Availability Databases
Aikesheng Open Source Community
Aikesheng Open Source Community
Feb 26, 2024 · Databases

MySQL 8.2 Community vs Enterprise: Performance Comparison and Findings

An extensive benchmark compares MySQL 8.2 Community and Enterprise editions using sysbench and TPC‑C on identical EC2 instances, revealing that, under default configurations, the Enterprise edition offers no consistent performance advantage over the Community edition, with only occasional gains from optional plugins.

Community vs EnterpriseDatabase ConfigurationMySQL
0 likes · 10 min read
MySQL 8.2 Community vs Enterprise: Performance Comparison and Findings
Efficient Ops
Efficient Ops
Nov 8, 2023 · Databases

Which Database Reigns Supreme? MySQL vs PostgreSQL Deep Dive

This article analyzes the popularity, success metrics, distributed versus centralized architectures, TPC‑C benchmark relevance, and a detailed feature comparison between MySQL and PostgreSQL, concluding which system currently leads in real‑world OLTP deployments.

DB-EnginesDatabase ComparisonMySQL
0 likes · 16 min read
Which Database Reigns Supreme? MySQL vs PostgreSQL Deep Dive
Tencent Database Technology
Tencent Database Technology
Jun 22, 2020 · Databases

An Introduction to the TPC-C Benchmark and Its Historical Development

This article introduces the TPC-C benchmark, its origin within the Transaction Processing Performance Council, the evolution from early standards like Debit Credit and TP1 to TPC-A, the structure of the TPC-C model with its nine tables and operations, and the subsequent development of newer standards such as TPC-E.

TPCTPC-CTPC-E
0 likes · 9 min read
An Introduction to the TPC-C Benchmark and Its Historical Development
AntTech
AntTech
May 23, 2020 · Databases

The Journey of OceanBase: From a Dream to World‑Record Distributed Relational Database

This article chronicles the ten‑year evolution of OceanBase, a distributed relational database created by Sun Zhenkun and his team, detailing early challenges, technical breakthroughs, benchmark victories like TPC‑C world records, and its impact on Alibaba’s financial systems.

AlibabaDistributed DatabaseOceanBase
0 likes · 11 min read
The Journey of OceanBase: From a Dream to World‑Record Distributed Relational Database
AntTech
AntTech
May 21, 2020 · Databases

OceanBase Sets New TPC‑C Record with 707 Million tpmC, Showcasing Linear Scalability and Cost Efficiency

OceanBase achieved a new TPC‑C world record of 707 million tpmC using 1,557 cloud servers, demonstrating near‑linear horizontal scalability, significant single‑node performance gains, efficient parallel query processing, and a markedly lower cost per transaction compared with traditional high‑end hardware solutions.

Distributed DatabaseOceanBaseTPC-C
0 likes · 9 min read
OceanBase Sets New TPC‑C Record with 707 Million tpmC, Showcasing Linear Scalability and Cost Efficiency
AntTech
AntTech
Nov 28, 2019 · Databases

Enterprise Database Platforms: Trends, Challenges, and OceanBase Innovations

The talk reviews the evolving challenges of enterprise databases, the shift toward distributed and cloud‑native architectures, and how OceanBase addresses high availability, scalability, hardware independence, and performance standards such as TPC‑C to meet modern financial and enterprise workloads.

Enterprise DatabaseHigh AvailabilityOceanBase
0 likes · 15 min read
Enterprise Database Platforms: Trends, Challenges, and OceanBase Innovations
AntTech
AntTech
Nov 27, 2019 · Databases

OceanBase Technical Overview: Distributed Transaction Processing and TPC‑C Benchmark

The article presents a detailed technical overview of OceanBase, explaining why traditional centralized databases cannot meet modern OLTP and OLAP demands, how OceanBase achieves distributed transaction processing with Paxos‑based replication and majority voting for high availability, and how it validates its capabilities through the TPC‑C benchmark.

Distributed DatabaseHigh AvailabilityOceanBase
0 likes · 18 min read
OceanBase Technical Overview: Distributed Transaction Processing and TPC‑C Benchmark
AntTech
AntTech
Oct 12, 2019 · Databases

Technical Analysis of OceanBase TPC-C Benchmark and Link‑Layer Optimizations

This article details OceanBase’s achievement in the TPC‑C benchmark, explaining the test architecture, the role of ODBC and OBProxy, and the various link‑layer performance, resource, and durability optimizations that enable high throughput and continuous service in a distributed database environment.

Database BenchmarkOBproxyODBC
0 likes · 10 min read
Technical Analysis of OceanBase TPC-C Benchmark and Link‑Layer Optimizations
AntTech
AntTech
Oct 7, 2019 · Databases

OceanBase’s TPC‑C Benchmark: Technical Deep Dive into Test Preparation, System Architecture, and Performance Results

This article provides a comprehensive technical analysis of OceanBase’s record‑breaking TPC‑C benchmark, covering the preparation work, test system design, planning, performance testing methodology, ACID verification, and the lessons learned from achieving 60.88 million tpmC on a distributed cloud platform.

ACIDDatabase BenchmarkDistributed Database
0 likes · 12 min read
OceanBase’s TPC‑C Benchmark: Technical Deep Dive into Test Preparation, System Architecture, and Performance Results
AntTech
AntTech
Oct 7, 2019 · Databases

OceanBase TPC‑C Benchmark: SQL Optimization and Storage‑Procedure Techniques

This article, the third in a five‑part series on OceanBase’s record‑breaking TPC‑C results, explains the SQL‑level challenges faced during the benchmark and details the optimizations—including stored procedures, LLVM‑based compilation, array binding, prepared statements, and updatable views—that enabled the performance gains.

OLTPOceanBaseSQL Optimization
0 likes · 11 min read
OceanBase TPC‑C Benchmark: SQL Optimization and Storage‑Procedure Techniques
AntTech
AntTech
Oct 7, 2019 · Databases

OceanBase Storage Architecture and Optimizations for TPC‑C Benchmark

This article explains how OceanBase’s distributed, shared‑nothing architecture, with dual data replicas, Paxos‑based consistency, online compression, and resource‑isolated compaction, enables it to achieve top TPC‑C performance while addressing storage costs and CPU usage.

Distributed DatabaseLSM TreeOceanBase
0 likes · 10 min read
OceanBase Storage Architecture and Optimizations for TPC‑C Benchmark
AntTech
AntTech
Oct 7, 2019 · Databases

OceanBase TPC‑C Benchmark: Transaction Engine Design and ACID Guarantees

OceanBase’s TPC‑C benchmark demonstrates how its distributed database achieves high durability, atomicity, isolation, and consistency on commodity cloud servers using Paxos‑based log replication, two‑phase commit, MVCC, and replicated tables, highlighting the architectural challenges and solutions for ACID compliance.

ACIDDistributed DatabaseMVCC
0 likes · 10 min read
OceanBase TPC‑C Benchmark: Transaction Engine Design and ACID Guarantees
AntTech
AntTech
Oct 6, 2019 · Databases

OceanBase TPC‑C Benchmark: Technical Insights and Future Directions

This article provides a detailed technical analysis of OceanBase’s TPC‑C benchmark performance, covering the database’s development history, benchmark methodology, identified shortcomings, future improvement plans, and the strict standards and audit processes that ensure reliable OLTP benchmarking results.

Database BenchmarkDistributed DatabaseOceanBase
0 likes · 12 min read
OceanBase TPC‑C Benchmark: Technical Insights and Future Directions
AntTech
AntTech
Oct 5, 2019 · Databases

OceanBase Tops the TPC‑C Benchmark: Process, Significance, and Technical Insights

OceanBase, the distributed database from Ant Financial, topped the latest TPC‑C benchmark, and this article explains the benchmark’s significance, the rigorous certification process, the performance and cost metrics, and how OceanBase’s architecture and Alibaba Cloud support enabled this achievement.

Database BenchmarkDistributed DatabaseOceanBase
0 likes · 13 min read
OceanBase Tops the TPC‑C Benchmark: Process, Significance, and Technical Insights