Hacker News new | past | comments | ask | show | jobs | submit login

Data structures which require a disk seek per random insert are obsolete. LevelDB is using a Log-Structured Merge Tree, one of many write-optimized data structures (but not the best).



This link, comparing LSM trees with fractal trees, is quite interesting: http://www.quora.com/What-are-the-major-differences-between-...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: