Databases 14 min read

Adopting StarRocks for Real‑Time Analytics in ZhongAn’s JiZhi Platform: A Performance Comparison with ClickHouse

This article describes how ZhongAn Insurance’s JiZhi data‑analysis platform migrated from ClickHouse to the MPP OLAP engine StarRocks, detailing the business requirements, architectural challenges, benchmark results across single‑table and multi‑table queries, and the resulting improvements in latency, concurrency, and operational simplicity for real‑time analytics.

DataFunTalk
DataFunTalk
DataFunTalk
Adopting StarRocks for Real‑Time Analytics in ZhongAn’s JiZhi Platform: A Performance Comparison with ClickHouse

In recent years ZhongAn Insurance has built the JiZhi platform to provide zero‑code, drag‑and‑drop analytics for dozens of business lines, achieving over 50% faster data analysis and a 40% reduction in labor cost.

The platform originally used ClickHouse as its unified OLAP engine, but growing data volume and concurrent dashboard usage exposed several limitations: poor multi‑query performance, slow multi‑table joins, lack of transactional DDL/DML, heavy reliance on ZooKeeper, and no automatic resharding.

To address these issues, the team evaluated StarRocks, a next‑generation MPP OLAP engine. StarRocks offers high‑concurrency query support (over 10 k QPS), distributed join strategies, MySQL‑compatible transactional DDL/DML, and a simple FE/BE architecture without external dependencies.

Benchmark tests using the SSB dataset on four 8‑core machines showed that StarRocks matches ClickHouse on single‑threaded queries, outperforms it by 1.8× on single‑table multi‑concurrency, and up to 8× on multi‑table multi‑concurrency scenarios. For real‑time workloads, StarRocks’ Primary‑Key model delivered 3‑10× faster queries than ClickHouse’s Replacing engine and more stable performance.

Based on these results, JiZhi integrated StarRocks for its real‑time data warehouse. Users can now create data models that automatically generate Flink SQL sink statements and obtain StarRocks connection details, enabling rapid construction of real‑time dashboards with lower latency (≈3 s vs >10 s) and support for near‑hundred‑million‑row datasets.

Beyond real‑time analytics, ZhongAn plans to extend StarRocks to offline scenarios, lightweight data‑warehouse use cases, and user‑behavior analysis, consolidating its OLAP capabilities into a single engine.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

Big DataStarRocksPerformance TestingclickhouseOLAP
DataFunTalk
Written by

DataFunTalk

Dedicated to sharing and discussing big data and AI technology applications, aiming to empower a million data scientists. Regularly hosts live tech talks and curates articles on big data, recommendation/search algorithms, advertising algorithms, NLP, intelligent risk control, autonomous driving, and machine learning/deep learning.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.