(1) Log-Structured Merge (LSM) Tree 와 Hash 자료구조에 대한 이해(2) System Software 에 대한 기본 지식원본 문서 링크: https://ieeexplore.ieee.org/abstract/document/9458602?casa_token=yQsjzZM6nDwAAAAA:bG5GWRHLDvAI3kognFzHkMtQ9tL_Jxu_JTEN_PUBle9dQxpAli1qlyEEBiTKclrqwcCQgnQS WipDB 에서 언급한 Well-designed Key-Value Store (KV-Store) 를 위한 조건들과 이를 위한 LSM-tree 자료구조Key-Value Store (KV-Store) 라는 것은 컴퓨터가 다루는 어떤 데이터를 Key-Value 라는 인터페..