Achieving 11M IOPS and 66 GB/S IO on a Single ThreadRipper Workstation

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

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

    KVell: the Design and Implementation of a Fast Persistent Key-Value Store

  • The article talked about how the linux kernel just can't keep up, but what about databases or kv stores. Do the trade-offs those types of solutions still make sense for this type of hardware?

    RocksDB, and LSM algorithms in general, seem to be created with the assumption that random block I/O is slow. It appears that, for modern hardware, that assumption no longer holds, and the software only slows things down [0].

    [0] - https://github.com/BLepers/KVell/blob/master/sosp19-final40....

  • chia-blockchain

    Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)

  • You should be farming Chia on that thing [0]

    Amazing, congrats!

    [0] https://github.com/Chia-Network/chia-blockchain/wiki/FAQ

  • 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
  • spdk

    Storage Performance Development Kit

  • FYI SPDK doesn't strictly require the IOMMU be enabled. See https://spdk.io/doc/system_configuration.html There's also a new experimental interrupt mode (not for everything) finding some valuable use cases in SPDK, see https://github.com/spdk/spdk/blob/master/CHANGELOG.md and feel free to jump on the SPDK slack channel or email list for more info on either of these https://spdk.io/community/

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