PM

    The 4 laws of Durability (DurableTx)

    아래 표로 PM에서 Durability 에 필요한 비용 비교 http://concurrencyfreaks.blogspot.com/2021/03/the-4-laws-of-durability.html The 4 laws of Durability When it comes to having durable data, there are four ways to do it: undo log , redo log , shadow copy and shadow data . Let's start w... concurrencyfreaks.blogspot.com https://youtu.be/vdInrf_kk1w

    Persistence and Synchronization: Friends or Foes?

    Todo!(); https://arxiv.org/abs/2012.15731 Persistence and Synchronization: Friends or Foes? Emerging non-volatile memory (NVM) technologies promise memory speed byte-addressable persistent storage with a load/store interface. However, programming applications to directly manipulate NVM data is complex and error-prone. Applications generally emplo arxiv.org