
Data definition language
Computer programming languageWikipedia
10
MENTIONS
7
EPISODES
7
PODCASTS
Search complete. 10 mentions across 7 episodes found for "Data definition language".
Sep 15, 2026
Inside Google’s Database Infrastructure for the AI Era
S
14:10Sailesh KrishnamurthyGUEST
At the same time, there was also recollection that if you look at ads, it's very different from Google Search or Photos and so on and so forth.
S
14:18Sailesh KrishnamurthyGUEST
By the way, some of these consumer services that run on Spanner, you can look at the DDL file, like the sets of tables, and you can stare at it and make sense of it, fifteen tables, twenty tables.
S
14:29Sailesh KrishnamurthyGUEST
But you look at ads, it's a classic enterprise application, thousands and thousands and thousands of tables, and not just one, many, many applications.
S
14:37Sailesh KrishnamurthyGUEST
So if you would look at the ad system, you needed the scale of s- that was there in Google, but you also needed the functionality of enterprise applications.
16 MINS LATER
S
30:37Sailesh KrishnamurthyGUEST
You could have your data in a relational schema.
S
30:40Sailesh KrishnamurthyGUEST
You can build an overlay on top of it.
S
30:42Sailesh KrishnamurthyGUEST
You have a DDL command that says create property graph, and you just...
S
30:45Sailesh KrishnamurthyGUEST
You don't actually move the data.
Buffet Infinity
F
11:26FredHOST
And
D
11:26DougHOST
he made... amazing movie for how he fucking did it like you're not watching this movie thinking you're gonna get fucking interstellar or not the revenant or any DDL movie
F
11:44FredHOST
DSL dick sucking lips hell yeah no you're right though he nailed exactly what he was going for yeah and I It depends.
F
11:53FredHOST
What did those people go in thinking it was? Did they read and think it was a Lovecraftian monster that's taking over a restaurant? And they're like, what the fuck? This is infomercials the whole time.
Fivetran vs. Apache SeaTunnel: Managed ELT or Open-Source Control?
A
7:36Artificial IntelligenceNARRATOR
cTunnel's schema evolution capabilities allow data synchronization to account for changes in data structures rather than simply moving the data itself.
A
7:44Artificial IntelligenceNARRATOR
Through mechanisms such as schema mapping, DDL propagation, dynamic application, and compatibility checks, schema changes can become part of the pipeline's runtime processing rather than an unexpected source of failure.
A
7:57Artificial IntelligenceNARRATOR
This is particularly important for CDC workloads.
A
8:00Artificial IntelligenceNARRATOR
When the schema of a source database table changes, a data synchronization system cannot simply assume that the schema will remain unchanged forever.
Admin Rights for Everyone
S
2:31Steve JonesHOST
SQL history and SQL prompt saves me often, right? I can't remember what code I ran, but it doesn't capture results.
S
2:37Steve JonesHOST
And if I'm running scripts, whether it's DDL or DML, or I'm clicking in SSMS, I would like a record.
S
2:45Steve JonesHOST
I do try to not click things in SSMS in production and instead use the script button to copy-save those scripts and then run them.
S
2:53Steve JonesHOST
It's a better habit, but in a crisis, I know I might forget, as would others.
Schema Design Is an Art Form
C
21:42CornHOST
It's just going to look different.
C
21:45CornHOST
Fewer people writing DDL by hand.
C
21:47CornHOST
More people looking at AI output and saying, no, this join will be slow at scale.
C
21:53CornHOST
This column type is wrong.
Anna Hoffman: AI Database Development - Episode 416
J
11:42Jeffrey PalermoHOST
But for the database, what does that look like? Because people are used to, if they have access to inspect production versus UAT or non-production instance, and they're connecting to different instances.
J
11:55Jeffrey PalermoHOST
But then at the same time, you have a Git repository where maybe your database project is in the source of all the DDL and other...
J
12:04Jeffrey PalermoHOST
So... what does that look like for, for databases? In fact, you have multiple databases and then what's the, what's the production version of the skill versus somebody just made a change to the skill and development, but we haven't had, you know, haven't promoted that yet.
J
12:19Jeffrey PalermoHOST
Can you illustrate that for us?
Meet the Programmer Who Scaled a Pizza Restaurant Into an International Company
A
6:34Artificial IntelligenceNARRATOR
So far, you cannot fully trust code written by agents, so a human needs to review it.
A
6:40Artificial IntelligenceNARRATOR
Agents are also not very helpful with databases and data operations, DDL.
A
6:45Artificial IntelligenceNARRATOR
You can see it if you try asking an agent to change the type of a column in Atwo Terabyte Database.
A
6:51Artificial IntelligenceNARRATOR
So these issues we'll have to solve together.