118
top 14 comments
sorted by: hot top controversial new old
[-] abhibeckert@lemmy.world 22 points 8 months ago* (last edited 8 months ago)

Stage 5 can give you a huge boost in writing complex queries!

You say that like it's a good thing. I like my queries simple.

Also - the stuff you have under "stage 6" should all be learned before "stage 2" in my opinion. Knowing how to write efficient queries is far more important than group by / join / etc.

[-] fmstrat@lemmy.nowsci.com 13 points 8 months ago

Huh? How do you write an efficient query and not take into account joins? A single table query? Are you a Prisma fan?

[-] FooBarrington@lemmy.world 8 points 8 months ago

Are you a Prisma fan?

Ooooh, that's a good burn

[-] Lmaydev@programming.dev 3 points 8 months ago* (last edited 8 months ago)

Joining is one of the simplest and most useful things in SQL.

How can you possibly query without it?

Simple queries are obviously better but not everything can be achieved with simple selects.

[-] mvirts@lemmy.world 16 points 8 months ago

I feel like the word "partitions" used in this article should be "window functions"

[-] GBU_28@lemm.ee 3 points 8 months ago

Good point. Window functions are mandatory knowledge for intermediate users

[-] AngryishHumanoid@reddthat.com 15 points 8 months ago

I imagine it depends on use case. Anything more advanced that subqueries/CTEs is largely the domain of ETL developers (not exclusively, obviously) but most others using SQL don't need anything that advanced.

[-] GBU_28@lemm.ee 12 points 8 months ago

CTEs enhance readability, documentation, and testing imo. I'm very pro CTE whenever a subquery isn't the obvious choice.

[-] howrar@lemmy.ca 9 points 8 months ago

It's always bothered me when I write subqueries that have to be run on each row. Good to know that there's a better way.

[-] schema@lemmy.world 4 points 8 months ago

Very useful. I'll definitely going to use the ranking stuff.

[-] Lmaydev@programming.dev 2 points 8 months ago

CTEs are amazing. I discovered them semi recently and it's such a great tool to have in your belt.

Partitioning is definitely something I need to work on.

[-] PlutoniumAcid@lemmy.world -2 points 8 months ago

I have to create a fucking account just to fucking read your article?! Kthxbye!

[-] mac@programming.dev 12 points 8 months ago
[-] Lmaydev@programming.dev 2 points 8 months ago

Lol

But just that popup existing is irritating.

this post was submitted on 15 Feb 2024
118 points (96.8% liked)

Programming

17167 readers
367 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS