Ask HN: Why are there no open source NVMe-native key value stores in 2023?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • KVRocks

    RocksDB compatible key value store and MyRocks compatible storage engine designed for KV SSD (by OpenMPDK)

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • ScaleStore

    This is the source code for our (Tobias Ziegler, Carsten Binnig and Viktor Leis) published paper at SIGMOD’22: ScaleStore: A Fast and Cost-Efficient Storage Engine using DRAM, NVMe, and RDMA.

    I don't remember exactly why I have any of them saved, but these are some experimental data stores that seems to be fitting what you're looking for somewhat:

    - https://github.com/DataManagementLab/ScaleStore - "A Fast and Cost-Efficient Storage Engine using DRAM, NVMe, and RDMA"

    - https://github.com/unum-cloud/udisk - "The fastest ACID-transactional persisted Key-Value store designed for NVMe block-devices with GPU-acceleration and SPDK to bypass the Linux kernel."

    - https://github.com/capsuleman/ssd-nvme-database - "Columnar database on SSD NVMe"

  • udisk

    The fastest ACID-transactional persisted Key-Value store designed as modified LSM-Tree for NVMe block-devices with GPU-acceleration and SPDK to bypass the Linux kernel

    I don't remember exactly why I have any of them saved, but these are some experimental data stores that seems to be fitting what you're looking for somewhat:

    - https://github.com/DataManagementLab/ScaleStore - "A Fast and Cost-Efficient Storage Engine using DRAM, NVMe, and RDMA"

    - https://github.com/unum-cloud/udisk - "The fastest ACID-transactional persisted Key-Value store designed for NVMe block-devices with GPU-acceleration and SPDK to bypass the Linux kernel."

    - https://github.com/capsuleman/ssd-nvme-database - "Columnar database on SSD NVMe"

  • ssd-nvme-database

    Columnar database on SSD NVMe

    I don't remember exactly why I have any of them saved, but these are some experimental data stores that seems to be fitting what you're looking for somewhat:

    - https://github.com/DataManagementLab/ScaleStore - "A Fast and Cost-Efficient Storage Engine using DRAM, NVMe, and RDMA"

    - https://github.com/unum-cloud/udisk - "The fastest ACID-transactional persisted Key-Value store designed for NVMe block-devices with GPU-acceleration and SPDK to bypass the Linux kernel."

    - https://github.com/capsuleman/ssd-nvme-database - "Columnar database on SSD NVMe"

  • solid_cache

    A database-backed ActiveSupport::Cache::Store

    Is that discussion/implementation of nvme available somewhere in public?

    https://github.com/rails/solid_cache didn't include anything about NVME that I could find.

  • kvrocks

    Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.

    There’s Kvrocks. It uses the Redis protocol and it’s built on RocksDB https://github.com/apache/kvrocks

  • xnvme

    Portable and high-performance libraries and tools for NVMe devices as well as support for traditional/legacy storage devices/interfaces.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • KVSSD

    KV SSD host software including APIs and drivers

  • yottaStore

    A datastore aiming at linear scalability up to the yottabyte range. Inspired by dynamo and cassandra.

  • uNVMe

    KV and LBA SSD userspace NVMe driver

    https://github.com/OpenMPDK/uNVMe/blob/master/doc/uNVMe2.0_S...

    I can't find detailed spec sheets detailing which NVMe command sets are supported even for their enterprise drives.

  • Aerospike

    Aerospike Database Server – flash-optimized, in-memory, nosql database

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: Drop-In SQS Replacement Based on SQLite

    14 projects | news.ycombinator.com | 30 Jun 2024
  • Getting started with Valkey using JavaScript

    8 projects | dev.to | 16 Jun 2024
  • Redka: Redis re-implemented with SQLite v0.5.0

    1 project | news.ycombinator.com | 20 May 2024
  • Valkey Is Rapidly Overtaking Redis

    4 projects | news.ycombinator.com | 19 Apr 2024
  • Redict 7.3.0, a copyleft fork of Redis, is now available

    4 projects | news.ycombinator.com | 3 Apr 2024

Did you konow that C++ is
the 6th most popular programming language
based on number of metions?