Tagged articles
3 articles
Page 1 of 1
Baidu Geek Talk
Baidu Geek Talk
Dec 14, 2022 · Databases

How Baidu’s HybridIndexTable Redefined Inverted Index Performance

This article examines Baidu's Limitless ad‑funnel optimization, detailing how a cache‑friendly HybridIndexTable and adaptive memory containers dramatically improve inverted‑list scan speed, reduce memory overhead, and enable lock‑free updates for high‑throughput retrieval systems.

HybridIndexTableLearned IndexRC container
0 likes · 17 min read
How Baidu’s HybridIndexTable Redefined Inverted Index Performance
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Mar 19, 2021 · Databases

Learned Index Structures: Applying Machine Learning to Database Indexing

Learned Index Structures replace conventional B‑Tree and Bloom filter indexes with hierarchical machine‑learning models that predict key positions directly, reducing search overhead, but require careful model selection, training, and handling of updates, making them a promising yet still experimental alternative to traditional database indexing techniques.

Learned IndexStaged Modeldatabase
0 likes · 11 min read
Learned Index Structures: Applying Machine Learning to Database Indexing
Architecture Digest
Architecture Digest
Mar 22, 2018 · Fundamentals

Recent Trends and Hot Topics in Storage Technologies: Open‑Channel SSD, NVM, Learned Indexes, LSM‑Tree Optimizations, and Crash Consistency

This article surveys current storage research and industry developments, covering Open‑Channel SSD architecture, non‑volatile memory programming models, machine‑learning‑driven learned indexes, LSM‑Tree performance improvements, crash‑consistency verification, and recent virtualization and container‑storage advances.

LSM‑TreeLearned IndexNVM
0 likes · 18 min read
Recent Trends and Hot Topics in Storage Technologies: Open‑Channel SSD, NVM, Learned Indexes, LSM‑Tree Optimizations, and Crash Consistency