Those who know, know.

  • Waldowal@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    1 month ago

    The consultancy I used to work for in the late 90s would have crucified any developer that didn’t write “a data abstraction layer that allows you to pop off the original db and substitute a different one later”.

    How many times in my 25 year career have I swapped out the database (and been thankful for such an abstraction layer)? 0 times.

    • Tja@programming.dev
      link
      fedilink
      arrow-up
      5
      ·
      1 month ago

      In my 15 year career? Dozens. Maybe low hundreds. Depends what you work on. Oracle is not making any friends lately and a ton of companies a whole-sale migrating to Postgres, MongoDB, DynamoDB or some of the NewSQL contenders. It’s like 50% of the projects I’m involved in. Results are generally positive, with some spectacular wins (x3000 acceleration or x1000 lower costs) and a few losses.

    • evatronic@lemm.ee
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 month ago

      I am literally in the middle of swapping DynamoDB for a RDBMS.

      The idea that you can abstract away such fundamentally different data stores is silly. While I hate doing it now, reworking the code to use relational models properly makes for a better product later.