Hacker News new | ask | show | jobs
by ryzhyk 629 days ago
Both reads and writes are O(1) in time complexity. Writes additionally have the log(N) amortized cost of maintaining the LSM tree.
1 comments

gotcha! thanks for the clarification