this post was submitted on 10 Mar 2025
306 points (96.6% liked)

Technology

66067 readers
4732 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] agelord@lemmy.world 52 points 2 days ago (1 children)

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 3 points 20 hours ago (1 children)

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

[–] sugar_in_your_tea@sh.itjust.works 0 points 18 hours ago (1 children)

Surely its not any harder than teaching them basic SQL.

[–] Lv_InSaNe_vL@lemmy.world 1 points 18 hours ago (1 children)

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

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).