1.5 KiB
+++ title="SQL's Inner Workings" mediatype="talk" conference="seattle-2023" date="2023-11-15T16:00:00-08:00" description="An exposé by a whistleblower investigating the marketing claims of “It’s just the same old SQL you know.”" thumbnail="/images/thumbnails/2023HMSNikita.png"
videos title="SQL's Inner Workings" embed="https://player.vimeo.com/video/888147574?h=414952f8d8" service="vimeo" download_link="https://player.vimeo.com/progressive_redirect/playback/888147574/rendition/1080p/file.mp4?loc=external&oauth2_token_id=1777364455&signature=cd0c889c98e660f4c68aeb721ebcdadb943b6e386b3e4504583741facb00afc5"
videos title="SQL's Inner Workings - Q&A" embed="https://player.vimeo.com/video/888147459?h=150f338c9d" service="vimeo" download_link="https://player.vimeo.com/progressive_redirect/playback/888147459/rendition/1080p/file.mp4?loc=external&oauth2_token_id=1777364455&signature=591dbc80291d91a179c8837227f6e6cd4b9f1f836e1fe1e5ee7010e0a5a4773e"
speakers name="Nikita Lapkov" bio="Database engineer" image="/images/people/nikita.jpg" +++
An exposé by a whistleblower investigating the marketing claims of “It’s just the same old SQL you know.”
Most databases nowadays provide an SQL interface to query your data. After all, if one knows SQL, they can easily write queries to any database, right? Right? In this talk we will dive into how SQL queries are actually executed and try to unmask trade offs and complexity hidden by a familiar syntax.