-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blog post with examples #33
Comments
I've edited the title. |
In my opinion using self contained statements in tutorials is a good practice, as it allows reader to execute something and see results immediately. Here this approach is used in BigQuery SQL tutorial: |
EvgSkv You and your team have provided examples that would never happen in the real world and it is very very clear from the project that there is a misunderstanding of the dichotomy between a set based implementation (aka RDBMS) and programming languages. As a gesture of respect, I'm happy to turn any and all of your examples in that post into a more performant and concise implementation using any existing modern ORM and RDBMS implementation |
kpconnell, I am interested in your perspective on how to make the examples better. Your insights will surely be useful for delivering our message in the future. You are welcome to post your examples here, or even better in a new Discussion thread. |
described SQL queries and isolated parameters
Whoever wrote the article here does not seem to understand databases much. https://opensource.googleblog.com/2021/04/logica-organizing-your-data-queries.html
Would never happen. You'd have a table of ints.
The text was updated successfully, but these errors were encountered: