"LSMT-based key-value store"

Improving Write Performance of LSMT-Based Key-Value Store

Key-value stores are widely used to provide much higher read and write throughput than traditional SQL databases. LSMT (log structure merge tree) based key-value store, as one type of key-value stores, is applied in many practical systems since it …