• qweertz (they/she)
    link
    fedilink
    English
    2
    edit-2
    8 days ago

    Postgres slowing factor

    I’m pretty sure one of the best optimised free/libre DBMS’s is faster than Python 💀

    EDIT: skimmed it wrongly, see corrections below

    Also no one knows how Piefed scales, since it only has like 350 MAU

    • JackbyDev
      link
      fedilink
      English
      99 days ago

      Reread it. They’re saying “The slowest part is postgres, so even if python is slower than rust it won’t make a difference.”

      • @SorteKanin@feddit.dk
        link
        fedilink
        English
        29 days ago

        That is, in theory. In practice, it can make a big difference. Source: Worked professionally with large services built in Python and Rust.

        • @Kris@feddit.org
          link
          fedilink
          English
          59 days ago

          Yes, I also suspect that at a certain scale it would make a difference, but with a single Postgres database and no advanced clustering or so, the real-life performance metrics of a medium sized Lemmy instance strongly point to Postgres being the bottleneck and not the Python or Rust codebase of the rest of the software.