Butter from two CoWs: making a key-value store with btrfs

This page summarizes the projects mentioned and recommended in the original post on /r/btrfs

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • agatedb

    A persistent key-value storage in rust.

  • As I mentioned in a comment above you could probably just use AgageDb (Rust implementation of Badger which is a single file high performance KVP store. Turn off all of its built-in transactional behaviour and see how fast it runs on BTRFS using reflinks instead.

  • badger

    Fast key-value DB in Go.

  • As I mentioned in a comment above you could probably just use AgageDb (Rust implementation of Badger which is a single file high performance KVP store. Turn off all of its built-in transactional behaviour and see how fast it runs on BTRFS using reflinks instead.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • coreutils

    upstream mirror (by coreutils)

  • I'm not sure how you'd go about calling it directly from Rust though. Looking at cp.c it's probably just a normal copy with cp_options->reflink_mode = REFLINK_ALWAYS.

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