Fault-tolerant precise data access on distributed log-structured merge-tree
Fault-tolerant precise data access on distributed
log-structured merge-tree
Tao ZHU;Huiqi HU;Weining QIAN;Huan ZHOU;Aoying ZHOU
【期刊名称】《中国高等学校学术文摘·计算机科学》 【年(卷),期】2019(013)004
【摘要】Log-structured merge tree has been adopted by many distributed storage systems.It decomposes a large database into multiple parts:an in-writing part and several read-only ones.Records are firstly written into a memoryoptimized structure and then compacted into
in-disk
structures
periodically.It
achieves
high
write
throughput.However,it brings side effect that read requests have to go through multiple structures to find the required record.In a distributed database system,different parts of the LSM-tree are stored in distributed fashion.To this end,a server in the query layer has to issues multiple network communications to pull data items from the underlying storage layer.Coming to its rescue,this work proposes a precise data access strategy which includes:an efficient structure with low maintaining overhead designed to test whether a record exists in the in-writing part of the LSM-tree;a lease-based synchronization strategy proposed to maintain consistent copies of the structure on remote query servers.We further prove the technique is capable of working robustly when the LSM-Tree is re-organizing multiple structures in the backend.It is also
Fault-tolerant precise data access on distributed log-structured merge-tree



