Tag: database

What I Read: Every infrastructure decision I endorse, regret

https://cep.dev/posts/every-infrastructure-decision-i-endorse-or-regret-after-4-years-running-infrastructure-at-a-startup/ (Almost) Every infrastructure decision I endorse or regret after 4 years running infrastructure at a startupJack LindamoodFebruary 1, 2024 “I’ve led infrastructure at a startup for the past 4Continue readingWhat I Read: Every infrastructure decision I endorse, regret

What I Read: SQL order

https://lukianovihor.medium.com/sql-order-of-query-execution-8c7cd926400 SQL — order of query executionIhor LukianovSep 24, 2023 “To maximize your query’s speed on any SQL engine, it’s essential to have an understanding of the SQL execution order.”