NoSQL: Writes Performance: B+Tree, LSM Tree, Fractal Tree

| | bookmark | email

Writes Performance: B+Tree, LSM Tree, Fractal Tree

Two excellent comments on Quora explaining the differences in the performance of write operation when using 3 different data structures: B+trees, Log-Structured Merge trees, and Fractal trees:

via NoSQL databases