Skip to content

Instantly share code, notes, and snippets.

@sombraguerrero
Created October 28, 2023 08:41
Show Gist options
  • Save sombraguerrero/b034a0753c0009bbcb52cea0ee6457f2 to your computer and use it in GitHub Desktop.
Save sombraguerrero/b034a0753c0009bbcb52cea0ee6457f2 to your computer and use it in GitHub Desktop.
T-SQL Optimization Note
Joins in T-SQL are optimized such that one table is loaded into memory while the other is dumped to disk.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment