More media

This commit is contained in:
2024-10-28 01:24:07 +02:00
parent 3d8aa9e608
commit 1ac313ddc4
12 changed files with 213 additions and 14 deletions

View File

@@ -0,0 +1,27 @@
+++
title="SQL's inner workings"
mediatype="talk"
conference="Handmade Seattle 2023"
[[videos]]
title="SQL's inner workings"
embed="https://player.vimeo.com/video/888147574?h=414952f8d8"
service="vimeo"
download_link="https://vimeo.com/888147574/414952f8d8"
[[videos]]
title="SQL's inner workings - Q&A"
embed="https://player.vimeo.com/video/888147459?h=150f338c9d"
service="vimeo"
download_link="https://vimeo.com/888147459/150f338c9d"
[[speakers]]
name="Nikita Lapkov"
bio="Database engineer"
image=""
+++
#### An exposé by a whistleblower investigating the marketing claims of “Its 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.