Y
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
nikhilsimha
628 days ago
gotcha! thanks for the clarification
link