When scrolling through Lemmy, I often will see the same posts from the previous page - usually as the first links on the current page I’m on.

  • 4am
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    7
    ·
    9 months ago

    “Let’s have each user take an individual snapshot of the database to scroll over until they refresh like in ZFS” ok buddy

    Tell me you’ve dabbled in homelab stuff without telling me you’ve never designed a high traffic web backend

    • jet@hackertalks.com
      link
      fedilink
      English
      arrow-up
      12
      ·
      edit-2
      9 months ago

      Sir, you hardly know me! Disagree fine, but don’t assume my pedigree.

      FWIW temporal tables, and time travel are real things available now and they are built very similarly to ZFS versioning.

      If we are truly trying to make a highly scalable distributed website, we wouldn’t be querying a database directly, would be using something distributed. Like foundationDB, or memcached. And we would have to modify our approach somewhat, but these are still solvable problems. The architecture and the requirements are tightly coupled. But we can’t make assumptions and rule out solutions at the whiteboard stage.

    • Kayn@dormi.zone
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      9 months ago

      Why do you have to be so condescending from the get-go? Just explaining why it wouldn’t work would have been fine.

      • False@lemmy.world
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        edit-2
        9 months ago

        To be fair it’s in response to a guy that started off by calling the programmers lazy.