First all the bs with Twitter and Elon, then Reddit having an exodus to Lemmy (not complaining lol), then Twitch. Are we like, in an alternate self healing dimension or something?

  • spoonful@beehaw.org
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Ah didnt see that increase though decentralized systems are inheritly very inefficient unfortunately

    • argv_minus_one@beehaw.org
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      The issue I saw was with answering user requests for content—which post do you want to see, which community was it posted to, which comments are on that post, who wrote them, what are their vote scores, and so on. Nothing to do with decentralization. Reddit would have had the same problem, and judging from early Reddit’s performance and reliability woes, it probably did have the same problem.

        • argv_minus_one@beehaw.org
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          Nobody’s born knowing how to optimize database queries. Optimization is hard and arcane, and SQL is no exception.

          • spoonful@beehaw.org
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            I didn’t look into this but this looks way more complicated than it should be. The query in the issue looks absolutely ridiculous tbh.

            • argv_minus_one@beehaw.org
              link
              fedilink
              arrow-up
              1
              ·
              1 year ago

              I think it’s just the lack of line breaks. The first query, once you unroll it, looks like what you need to fetch and display a list of posts. I don’t see anything extraneous in there.