• hobbsc@lemmy.sdf.org
    link
    fedilink
    arrow-up
    5
    ·
    9 months ago

    There’s a really fine line between needing a spreadsheet and needing a database and I’ve not yet found it. It’s probably more fuzzy than I realized but I have participated on so many programming projects that amounted to a spreadsheet that lived too long.

    • GenderNeutralBro@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      4
      ·
      9 months ago

      Does it need to be accessed by multiple people? Does it need to be updated frequently? Does it need to be accessed programmatically? Does performance matter? If you answered “yes” to any of these questions, you should probably use a database.

      If it’s something you interact with manually, has less than 100,000 rows, and is mostly static, then sure, use a spreadsheet.

      I used to have some scripts to convert and merge between CSV and sqlite3. Even a lightweight db like sqlite3 has value. Google Sheets fills some of the gaps with its QUERY statement but I still find it a bit awkward to use a lot of the time.

    • Big P@feddit.uk
      link
      fedilink
      English
      arrow-up
      3
      ·
      9 months ago

      At some point you end up surpassing databases and end up with a giant pile of spreadsheets called a data warehouse

    • Digestive_Biscuit@feddit.uk
      link
      fedilink
      English
      arrow-up
      2
      ·
      9 months ago

      I can believe that. Where I work people use the Bi system to dump data out to Excel to then build the reports they want to see. Madness.

  • phorq@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    9 months ago

    The article doesn’t seem to say what type of database they moved to, I’d like to imagine it’s an excel spreadsheet…

    • xmunk@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      9 months ago

      Nobody is dumb enough to insult postgres - we’ll fucking burn you at a stake for heresy like that.