home.social

#bitcask — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #bitcask, aggregated by home.social.

  1. Ah, yes, another "revolutionary" key-value store, this time inspired by the legendary #Bitcask 🚀. Because what the world really needed was a new way to store data on a disk—truly groundbreaking stuff, folks! 🤡 #GitHub is bursting with excitement... or maybe that's just a glitch in their matrix.
    github.com/rajivharlalka/filedb #keyvaluestore #datastorage #innovation #techhumor #HackerNews #ngated

  2. "Bitcask - A Log-Structured Fast KV Store"

    Nice intro to #Bitcask by Arpit Bhayani, an alternative to LSM trees, as e.g. found in Riak. Some interesting characteristics there: reads take a single seek, at the cost of keeping all keys in memory.

    arpitbhayani.me/blogs/bitcask