Expand description
§Learned Index Structures
Experimental learned indexes using neural networks to approximate data distribution. Based on Recursive Model Index (RMI) concept with bounded error correction.
Structs§
- Hybrid
Index - Hybrid index combining learned index for static data with HNSW for dynamic updates
- Index
Stats - Statistics for learned indexes
- Recursive
Model Index - Recursive Model Index (RMI) Multi-stage neural models making coarse-then-fine predictions
Traits§
- Learned
Index - Trait for learned index structures