Why you should learn SQL instead of just using an ORM
Preface I previously worked on an analytics team where we managed hundreds of millions of rows of data. I never actually did add everything up, but I wouldn’t be surprised to see the total over a billion rows. We put everything in PostgresSQL and wrote all of our queries out ourselves. I have…