home.social

#rocksdb — Public Fediverse posts

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

  1. @davidculley so what? Actually, many contributions from #meta #facebook to #opensource world including #MySQL. #RocksDB born there. And don't forget #zstd.

  2. @davidculley so what? Actually, many contributions from #meta #facebook to #opensource world including #MySQL. #RocksDB born there. And don't forget #zstd.

  3. @davidculley so what? Actually, many contributions from #meta #facebook to #opensource world including #MySQL. #RocksDB born there. And don't forget #zstd.

  4. @davidculley so what? Actually, many contributions from #meta #facebook to #opensource world including #MySQL. #RocksDB born there. And don't forget #zstd.

  5. @davidculley so what? Actually, many contributions from #meta #facebook to #opensource world including #MySQL. #RocksDB born there. And don't forget #zstd.

  6. Giới thiệu TidesDB, một cơ sở dữ liệu embedded mới được xem là sự thay thế hiện đại cho RocksDB, hướng đến hiệu suất và tính năng vượt trội.

    #lậptrình #cơsởdữliệu #côngnghe #TidesDB #RocksDB #programming #database #tech #go

    reddit.com/r/programming/comme

  7. cl-rocksdb should now work on Arch Linux. This is because the rocksdb package on Arch Linux no longer depends on jemalloc.

    github.com/veer66/cl-rocksdb/i

    #CommonLisp #rocksdb

  8. "What happened – Switching from #RocksDB to #LMDB and tweaking pool allocation cut RSS by 52% in Pinterest’s GraphQL edge layer.

    Why it matters – A reminder that “just buy more RAM” is not a strategy when you’re at a Pinterest scale"

    linkedin.com/pulse/new-record-

    RocksDB is a resource hog...

  9. Oh wow, another #database that’s a bajillion times faster than SQLite when you’re doing who-knows-what with a tractor engine! 🚜📈 Is it a bird? Is it a plane? No, it’s just #AnuDB riding on the coattails of #RocksDB while trying to sound impressive with big numbers and fancy GitHub buzzwords. 💨🔧
    github.com/hash-anu/AnuDB #Performance #TechInnovation #HackerNews #ngated

  10. Low-Level Memory Management in Scalable Distributed Architectures:
    Approaches to Improving Reliability and Performance of Digital
    Services
    Terletska Khrystyna

    Lviv Polytechnic National University, 79013, Ukraine, Lviv

    The study includes
    practical examples from #RocksDB and #LMDB
    ijrpr.com/uploads/V6ISSUE4/IJR

  11. Apache Flink: тестирование собственного сериализатора состояния

    Привет, Хабр! На связи Александр Бобряков, техлид команды МТС Аналитика. Это мой одиннадцатый пост про Apache Flink. В предыдущей части мы рассмотрели сериализацию данных во Flink, написали сериализатор, поддерживающий эволюцию схемы для Flink-состояния в операторе на основе Jackson. В этой части мы научимся писать тесты на эволюцию схемы состояния при использовании своего сериализатора. Весь разбираемый исходный код можно найти в репозитории AlexanderBobryakov/flink-spring . В master-ветке представлен итоговый проект по всей серии. Этот материал соответствует релизной ветке с названием release/10_test_JacksonStateSerializer .

    habr.com/ru/companies/ru_mts/a

    #сериализация_данных #jacksonstateserializer #эволюция_схемы #Тестирование_Flink #Statefulоператоры #Flink_MiniCluster #RocksDB #Java_ClassLoader #автоматизация_тестирования #java

  12. And this one, OMFG.

    x.com/baotiao/status/185388993

    "RocksDB has a more simple API. LMDB doesn't seem designed specifically as a KV storage engine"

    This guy has absolutely no friggin idea what he's talking about. #LMDB is the most fundamentally distilled essence of a transactional KV storage engine. #RocksDB is a Rube Goldbergian Frankenstein's monster that even its authors admit they don't know how to tune or optimize correctly.

  13. Relationale Datenbanken wie MySQL sind bewährt, aber Key-Value-Stores gewinnen in der Cloud an Bedeutung. Martin Loschwitz beleuchtet ihre Vorteile wie Etcd in Kubernetes, die weniger komplex sind und für bestimmte Anwendungen effizienter arbeiten. Erfahren Sie, wie Consul und RocksDB die Leistung und Skalierbarkeit verbessern, und warum Key-Value-Stores in modernen IT-Setups oft die bessere Wahl sind.

    🔗 linux-magazin.de/ausgaben/2024

    #KeyValueStore #LinuxMagazin #Consul #RocksDB

  14. 🚀 Die August-Ausgabe vom Linux-Magazin ist da! 🎉

    Wir tauchen tief in die Welt der NoSQL-Datenbanken ein und zeigen Ihnen, wo ihre Einsatzgebiete liegen und welche Vorteile sie bieten. 🌐💡

    🔍 Highlights:

    - CouchDB und MongoDB: Dokumentenorientierte NoSQL-Datenbanken
    - Qdrant: KI-fähige, vektororientierte Datenbank
    - Key-Value-Stores: Einblicke in Etcd (Kubernetes) und RocksDB (Ceph)

    📘 Zum Heft linux-magazin.de/magazine/2024

    #LinuxMagazin #NoSQL #Datenbanken #CouchDB #MongoDB #Qdrant #Etcd #RocksDB

  15. Due to its high performance and adaptability, #RocksDB is an excellent choice for modern databases. Let's explore its use in #YugabyteDB and how it has been customized to serve a Distributed SQL database
    linkedin.com/pulse/rocksdb-exc

  16. @amapanda #rocksdb was the best choice for me for polyglot #chess opening books (similar a bit to your data, one to many u64->u16) I've tried #sled first cause it's rust-only but the disk usage exploded after a threshold, #sqlite was ok but needed a bit of work to sanely batch insert, #rocksdb was best for me, it performed ok even with huge number of keys and worked fine on #Linux and #windows.

  17. How can I swap out data to disk, to save memory in #rust?

    I'm storing lots of data in a big dict/hashtable. Keys are 64bit ints, values about 20-100 bytes. But I have 600-800M items. I'm currently using a `BTreeMap<i64, _>`.

    Solution must be Rust, open source. Ideally nothing that needs another service running (ie j want something "embedded")

    Is #RocksDB a sensible choice?
    :boost_requested:

  18. cl-rocks is a RocksDB binding for Common Lisp. I use it for creating apps and manipulating my databases interactively via a Lisp REPL.

    github.com/veer66/cl-rocksdb

    #commonlisp #rocksdb

  19. An amusing part - their benchmark results show that #LMDB trounces #RocksDB and #MongoDB in both read *and write* performance, yet they still write in their conclusion "RocksDB is optimized for high-performance operations, especially for write-intensive workloads, making it suitable for applications requiring fast data ingestion and low latency."

    Completely ignoring their own data.

    Have to wonder if an AI wrote this paper.

  20. How paranoid of #Meta should I be? I am down this rabbit hole of trying to install #Firefish on a Pi4 and have reached the point where i need to recompile sonic, which seems to use #RocksDB which is a meta open source product... maybe I should cut my losses and run at this point? Why can't everyone just use Redis?

  21. If you're using #RocksDB instead of #LMDB in your project, you're probably Doing It Wrong.

    Higher reliability, greater efficiency, lower write amplification with LMDB lobste.rs/s/vgfvfi/what_are_yo

  22. Yes @Yugabyte stores shards as RocksDB, which is popular for small, embedded, write intensive, databases. Then what's the magic using it for large Distributed SQL?
    - sharding large tables to small tablets
    - optimizing the read path
    ---
    RT @Yugabyte
    Does #RocksDB scaling limitation have an impact on #YugabyteDB? 🤔

    Find out by reading our new tips & tricks blog!⬇️
    hubs.la/Q01N3vHr0
    twitter.com/Yugabyte/status/16

  23. Been playing a lot with #SurrealDB on #RustLang with #Axum and #Handlebars_rs
    My #PrayerOfHannah app on #CodeBerg at codeberg.org/Dave42W/PrayerOfH now has working #CRUD for SongBooks and Authors using the embedded file db engine which is #RocksDB under the covers.
    Starting to get to a more productive place.

  24. Been playing a lot with #SurrealDB on #RustLang with #Axum and #Handlebars_rs
    My #PrayerOfHannah app on #CodeBerg at codeberg.org/Dave42W/PrayerOfH now has working #CRUD for SongBooks and Authors using the embedded file db engine which is #RocksDB under the covers.
    Starting to get to a more productive place.

  25. Today I've been playing with #SurrealDB as embedded database in #RustLang for my #PrayerOfHannah project. Code is on #CodeBerg as usual.
    Hadn't realised local storage uses #RocksDB which it turns out is an #OpenSource project from #FaceBook - H'mm, that doesn't thrill me.

  26. So I guess I should do an #introduction

    I live in #Minneapoils #minnesota with my spouse (they/them), our toddler son, and a cat. Hobbies are #homebrew #simracing #homeimprovement #mechanic and I dabble in #electronics

    For work I'm a backend developer, who's also done infra (I guess you could say #devops). Current code base uses #kotlin #kafka #postgres #rocksdb #ktor

    Contributor to #cassandra #ScyllaDB (and a few other OS projects) and have spoken at Cassandra Summit 2016