Skip to content
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

Real World Database Horror Stories and / or Some Practical SQL Basics #5

Open
MarcusRiemer opened this issue May 30, 2024 · 0 comments

Comments

@MarcusRiemer
Copy link

Describe topic

Active Record does a magnificent job of abstracting away 95% of the tedious SQL interactions nobody likes to have. But from time to time the abstraction is leaky and details about database transaction management introducing RAM issues, primary keys or N+1 queries alongside JOIN and .include start to creep in. I can tell some real life stories of how I encountered (and solved to various degrees) these issues at clients.

On top of that I am more than happy to give a primer session on the basics of SQL JOINs. That wouldn't be anything new for people who had "proper" SQL database education, but so far there was at least one person at every client that didn't have the good fortune of such a proper introduction.

Contact information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant