• Turun@feddit.de
    link
    fedilink
    arrow-up
    15
    ·
    3 months ago

    They never would have been able to get the same performance from any solution that incorporates a general purpose database.

    Their requirements/explicitly-not-required-ments include that it’s fine to drop 1s of data. That would be an insane proposition for any other database. Also their read/write rates and latency requirements are unusual to say the least.

    It’s the same thing as tiger beetle. Ridiculously narrow domains allow for ridiculous performance improvements compared to of-the-shelf solutions.

      • Turun@feddit.de
        link
        fedilink
        arrow-up
        4
        ·
        3 months ago

        A new database specifically designed for financial transactions.

        I’m not an expert on finance software, so I can’t critically assert how good they really are. But they claim much much higher throughput than traditional databases, higher fault tolerance, self healing networks if several replicas are running, etc.
        From a purely technical standpoint it’s interesting for being written in zig. Because the database scope is so narrow they know exactly how much memory they will need on startup and just allocate all required memory on startup and never allocate more, nor free the aquired memory.

    • fruitycoder@sh.itjust.works
      link
      fedilink
      arrow-up
      5
      ·
      3 months ago

      I’m really excited to see what forks of tiger Beatle for other domains look like. They, supposedly, built it to be able to modify the state machine to other data schemes, but that code mostly just made realize I had no idea what I was looking at.

      As soon as someone makes a KV on it, I’m tried to have be my ETCD database