Global ETD Search

Search theses and dissertations gathered from participating repositories worldwide. Every result links back to the library that holds it. No account is needed.

Results

Showing 1 to 4 of 4 for “"leveldb"”.

  1. OpenKV: LSM-tree-based key-value store for open-channel SSD

    … merge (LSM) tree-based key-value stores, such as LevelDB and RocksDB, have seen great adoption in industry due to their high write speed. However, one major issue with LSM-based databases is the high write amplification. The root cause of this problem is the LSM tree structure that demands each …

    uiuc Repository record for OpenKV: LSM-tree-based key-value store for open-channel SSD (opens in a new tab)

  2. PebblesDB : building key-value stores using fragmented log-structured merge trees

    Key-value stores such as LevelDB and RocksDB offer excellent write throughput, but suffer high write amplification. The write amplification problem is due to the Log-Structured Merge Trees data structure that underlies these key-value stores. To remedy this problem, this thesis presents a novel …

    texas Repository record for PebblesDB : building key-value stores using fragmented log-structured merge trees (opens in a new tab)

  3. Performance Evaluation of In-storage Processing Architectures for Diverse Applications and Benchmarks

    … element inside disk drives that execute LevelDB, a key-value store. We evaluated this off-the-shelf device using micro and macro benchmarks for an in-depth throughput and latency benchmarking. We observed sequential write throughput of 63 MB/sec and sequential read throughput of 78 MB/sec …

    umn Repository record for Performance Evaluation of In-storage Processing Architectures for Diverse Applications and Benchmarks (opens in a new tab)

  4. Latency Tradeoffs in Distributed Storage Access

    … the two most popular KVs, namely, RocksDB and LevelDB, we demonstrate that even as an initial implementation we are able to achieve substantially better write amplification, average, and tail latency at a similar or better space amplification. Next, we try to deal with network congestion by …

    temple Repository record for Latency Tradeoffs in Distributed Storage Access (opens in a new tab)