It’s just one of 6,000 apps that New Zealand thinks might be best tamed with ERP

  • agelord@lemmy.world
    link
    fedilink
    English
    arrow-up
    48
    ·
    1 day ago

    Is it powerful? Yes

    Is it fast when dealing with large volume of data? No

    Are the “powerful” features intuitive to new users? Also no.

    Source: I use Excel, Python, SQL for job

    • Lv_InSaNe_vL@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 hours ago

      To be fair I think Excel is faster to get a novice up to speed than teaching them to program

      Source: Manage SQL database infrastructure for a living

        • Lv_InSaNe_vL@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          4 hours ago

          I guess it depends on what you define as “basic SQL”. Because most people are already used to working with desktop apps, and familiar with the office programs specifically.

          You’d essentially have to teach them programming. Its like when people say “terminal is better than GUI” (it’s me, I say that) but then you forget about all of the people who don’t know the difference between a desktop and a modem

          • sugar_in_your_tea@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            1
            ·
            4 hours ago

            It wouldn’t be hard to teach them a graphical representation of SQL, something like Access I guess. Teach them concepts like joins and where clauses, and give them software that abstracts that a bit.

            Then add some Excel-like features on top. Everything would end up being SQL at the end of the day, and sysadmins could then tune things to keep them fast (e.g. replicate DBs so poorly optimized queries don’t hurt the whole org, esp. if a dept only needs read access).