Tagged articles
11 articles
Page 1 of 1
DataFunSummit
DataFunSummit
Aug 24, 2024 · Databases

Cloud‑Native Storage Solutions for Large‑Scale Vector Data with Milvus and Zilliz

This article presents a comprehensive overview of Zilliz’s cloud‑native vector database ecosystem, detailing Milvus’s distributed architecture, indexing and query capabilities, related tools such as Towhee and GPTCache, storage challenges, tiered storage designs, performance metrics, and real‑world AI use cases like code‑assist and RAG‑based Q&A systems.

ANN searchMilvuslarge-scale storage
0 likes · 21 min read
Cloud‑Native Storage Solutions for Large‑Scale Vector Data with Milvus and Zilliz
Liangxu Linux
Liangxu Linux
Jul 15, 2024 · Operations

How to Move 1,000 TB from Nanjing to Beijing in a Day: Network Limits and the Human‑Courier Hack

The article examines how long it would take to transfer a 1,000 TB dataset from Nanjing to Beijing using various network options—home broadband, enterprise data lines, and internet lines—calculates the required time and cost, and ultimately proposes shipping hard drives by high‑speed rail as the fastest, cheapest solution.

Cost OptimizationData TransferLogistics
0 likes · 4 min read
How to Move 1,000 TB from Nanjing to Beijing in a Day: Network Limits and the Human‑Courier Hack
Programmer DD
Programmer DD
Jul 12, 2021 · Backend Development

How to Scale Redis for Billions of Keys: Memory‑Saving Strategies

This article examines the challenges of storing massive DMP data in Redis, analyzes memory fragmentation, key‑value explosion, and latency constraints, and presents practical solutions such as eviction policies, bucket hashing, key compression, and fragmentation reduction to enable efficient in‑memory storage.

Javalarge-scale storageredis
0 likes · 11 min read
How to Scale Redis for Billions of Keys: Memory‑Saving Strategies
Java Interview Crash Guide
Java Interview Crash Guide
Jul 1, 2021 · Backend Development

How to Store Billions of IDs in Redis Efficiently: Strategies for Massive DMP Caches

This article examines the challenges of storing and querying billions of DMP identifiers in Redis, analyzes data characteristics and memory fragmentation issues, and presents practical solutions such as eviction policies, bucket‑based key hashing, and fragmentation reduction techniques to achieve low‑latency, large‑scale caching.

DMPJavaKey hashing
0 likes · 11 min read
How to Store Billions of IDs in Redis Efficiently: Strategies for Massive DMP Caches
ITFLY8 Architecture Home
ITFLY8 Architecture Home
May 26, 2021 · Databases

How to Store Billions of IDs in Redis Without Running Out of Memory

This article examines the challenges of storing massive DMP ID mappings in Redis—including memory fragmentation, expansion, and latency constraints—and presents eviction, bucket‑hashing, and fragmentation‑reduction techniques to achieve efficient, real‑time, large‑scale key‑value storage.

Key-value hashingMemory Optimizationdata engineering
0 likes · 11 min read
How to Store Billions of IDs in Redis Without Running Out of Memory
Efficient Ops
Efficient Ops
May 11, 2021 · Big Data

How to Store Billions of Keys in Redis: Cut Memory, Reduce Fragmentation, and Scale Real‑Time DMP

This article examines the challenges of storing massive DMP data in Redis, analyzes memory fragmentation, key‑size issues, and latency constraints, and presents practical strategies such as TTL eviction, bucket‑hashing, custom key compression, and fragmentation‑reduction techniques to enable scalable, real‑time querying.

BucketIdDMPHashing
0 likes · 11 min read
How to Store Billions of Keys in Redis: Cut Memory, Reduce Fragmentation, and Scale Real‑Time DMP
Architect
Architect
Apr 30, 2021 · Backend Development

Designing a Scalable Real‑Time Data Warehouse with Redis: Challenges and Solutions

The article analyzes the massive storage and performance challenges of a real‑time DMP cache built on Redis, outlines data characteristics and technical obstacles, and proposes eviction policies, bucket‑based hashing, and fragmentation‑reduction techniques with Java code examples to achieve billion‑scale in‑memory key‑value storage.

JavaMemory Optimizationkey-value store
0 likes · 10 min read
Designing a Scalable Real‑Time Data Warehouse with Redis: Challenges and Solutions
Java Backend Technology
Java Backend Technology
May 12, 2019 · Big Data

How 58.com Scales 10 B Posts with 10 K Attributes: Architecture Secrets

58.com tackles the challenge of storing and searching billions of heterogeneous posts by employing a unified post center, a category‑attribute service, and an external search engine, using vertical table splitting, JSON‑based extensible fields, compressed keys, and horizontally sharded indexes to achieve massive scalability and high throughput.

Service Architecturehorizontal scalinglarge-scale storage
0 likes · 12 min read
How 58.com Scales 10 B Posts with 10 K Attributes: Architecture Secrets
21CTO
21CTO
Aug 5, 2017 · Operations

How QQ Album Stores 2 Trillion Photos with 300 PB and Near‑Zero Latency

QQ Album, China’s largest photo service with over 2 trillion images and 300 PB of storage, achieves massive scale through a layered architecture that combines MySQL indexing, a custom TFS‑based KV store, SSD‑optimized TSSD, aggressive compression, regional zones, CDN acceleration, and near‑upload strategies for low latency and high availability.

cdn accelerationcloud architectureimage compression
0 likes · 7 min read
How QQ Album Stores 2 Trillion Photos with 300 PB and Near‑Zero Latency