Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

If you are writing sequentially, then you can write more than the number of seeks.

And that is exactly what LevelDB is doing: writing a log (sequential), and when the memorychunk is full, it is writing it to disk sorted (this is also sequential).



flushing the log in an LSM is only kinda sequential, sadly




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

Search: