home.social

#distsys — Public Fediverse posts

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

  1. Sometimes, the devil's lies in the details. Having a capable of diagnosis itself is such a relieve 🤩
    ```
    Performance limited by process: Storage server performance (storage queue)
    ```
    Thanks

  2. I got nerdsniped by @tef & @sushee to demonstrate how relatively easy it is to build a CRAQ (timilearning.com/posts/mit-6.8) system atop @couchdb — Showing that as much as CouchDB is a distributed database in itself, it is also a very nice toolkit to build other kinds of distributed databases with it :)

    The demo is in Node.js with some private JS/HTTP API glue that is not relevant to the demo: gist.github.com/janl/d0ba35446

    Let me know if you ahave any questions.

    #CouchDB #DistSys #Databases #NoSQL #CRAQ

  3. Your preferred method for generating unique identifiers in a medium to large distributed system?

    #uuid
    #ULID
    #snowflakeid
    #hashids
    #nanoid
    #distsys