|
 |
In the read path which indicates "find from new to old", I suppose the arrow should point from right to left, since in the Write Path section, step2 writes the key-value pair to the right-most "Mem Table", and flush the left-most(oldest) one to the disk.
mini-lsm/mini-lsm-book/src/00-overview.md
Line 55 in 85de1c1
In the read path which indicates "find from new to old", I suppose the arrow should point from right to left, since in the
Write Pathsection, step2 writes the key-value pair to the right-most "Mem Table", and flush the left-most(oldest) one to the disk.