top | item 41698928

(no title)

ryzhyk | 1 year ago

Both reads and writes are O(1) in time complexity. Writes additionally have the log(N) amortized cost of maintaining the LSM tree.

discuss

order

nikhilsimha|1 year ago

gotcha! thanks for the clarification