Tag

TXRocks

0 views collected around this technical thread.

Tencent Database Technology
Tencent Database Technology
Jan 25, 2021 · Databases

TXRocks Storage Engine: Architecture, Optimization, and Performance Analysis

TXRocks is a transactional storage engine based on RocksDB that offers significant space savings compared to InnoDB while maintaining comparable performance, with optimizations including sum operator pushdown and AEP-based secondary caching to address RocksDB's read performance limitations.

AEP cachingDatabase OptimizationInnoDB comparison
0 likes · 15 min read
TXRocks Storage Engine: Architecture, Optimization, and Performance Analysis
Tencent Database Technology
Tencent Database Technology
Jan 8, 2019 · Databases

Performance Optimization of TXRocks Sum Operation: Pushdown, Record Conversion, and Multithreaded Concurrency

This article analyzes the high space efficiency but poor sum performance of TXRocks compared to InnoDB, identifies three main bottlenecks, and details three optimizations—sum push‑down, selective record conversion, and multithreaded execution—that together reduce query latency to less than 5% of InnoDB’s original time.

MultithreadingMySQLPerformance Optimization
0 likes · 12 min read
Performance Optimization of TXRocks Sum Operation: Pushdown, Record Conversion, and Multithreaded Concurrency