Tagged articles
4 articles
Page 1 of 1
DataFunSummit
DataFunSummit
Nov 5, 2025 · Databases

How REDgraph Supercharges Query Performance for Massive Social Networks

This article explains how Xiaohongshu built the REDgraph graph database to tackle ultra‑large social network queries, compares graph databases with traditional relational databases, showcases a Gremlin example, and highlights the scalability and efficiency benefits of storing relationships as first‑class citizens.

Distributed QueryGremlinNoSQL
0 likes · 6 min read
How REDgraph Supercharges Query Performance for Massive Social Networks
dbaplus Community
dbaplus Community
Aug 20, 2024 · Databases

How REDgraph Cut Multi‑Hop Query Latency by 50% with Distributed Parallel Execution

Xiaohongshu's REDgraph graph database faced high latency for multi‑hop queries, so the storage team redesigned the query framework using MPP‑inspired distributed parallel execution, edge‑partitioning, operator forwarding, and caching, achieving over 50% latency reduction and making three‑hop queries viable for online services.

Distributed QueryREDgraphgraph-database
0 likes · 30 min read
How REDgraph Cut Multi‑Hop Query Latency by 50% with Distributed Parallel Execution
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
Jun 24, 2024 · Databases

Distributed Parallel Multi‑Hop Query Optimization in REDgraph Graph Database

To meet Xiaohongshu’s strict P99 latency targets for multi‑hop graph queries, the REDgraph team built a distributed parallel execution framework that eliminates global barriers, pushes operators to storage nodes, uses routing operators and a NeighborCache, cutting three‑hop query latency by over 50 % and enabling production deployment.

REDgraphdistributed parallelgraph database
0 likes · 29 min read
Distributed Parallel Multi‑Hop Query Optimization in REDgraph Graph Database
DataFunTalk
DataFunTalk
Jun 16, 2024 · Databases

Design and Optimization of REDgraph: Distributed Parallel Multi‑hop Query for Large‑Scale Social Graphs

This article presents the design, challenges, and performance‑focused optimizations of REDgraph, a large‑scale graph database used at Xiaohongshu, detailing its architecture, edge‑partitioning strategy, distributed parallel query implementation, and experimental results that demonstrate significant latency reductions for multi‑hop queries.

Distributed QueryREDgraphScalability
0 likes · 25 min read
Design and Optimization of REDgraph: Distributed Parallel Multi‑hop Query for Large‑Scale Social Graphs