Dima
где там персистентные сд?
The log allocator design presented in the previous section, in ad-dition to handling data larger than memory, enables a latch-freeaccess path for updates due to its append-only nature. But thiscomes at a cost: every update involves atomic increment of the tailoffset to create a new record, copying data from previous locationand atomic replace of the logical address in the hash index.