Replies: 1 comment 1 reply
-
What's an example of a chained inner join? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
edit &'tl;dr: RQs are way more intuitive than joins but need a ded. relations declaration & are not feature-complete yet (nested
where:
s), so Ithink I get the point of them a bit more, when i wrote this post initially i wasn't there yetog post:
Since I just don't get the point of RQs I made this comparison, feel free to extend/educate me, tried RQs again today, fumbled around for hours and couldn't get nested
where:
s to work. Moved to joins (inner, left, right, outer depending on the query), they were as fast, even faster and called it day (EDIT: not true, my initial join query was wrong, needed right instead of inner joins, so calling the right joins need some experience, is error-prone and needs as much time). What do I miss with RQs?Don't get me wrong, I find the actual RQ command quite intuitive and the API super well designed (kudos here to the team) but yeah I don't understand why I should use them over chained inner joins
where:
sBeta Was this translation helpful? Give feedback.
All reactions