Why Database NULL Values Destroy Query Performance episode artwork

EPISODE · Jun 11, 2026 · 7 MIN

Why Database NULL Values Destroy Query Performance

from Database Tech with Fexingo: SQL, NoSQL, and Data Storage Conversations · host Fexingo

Episode 45 of Database Tech with Fexingo digs into a silent performance killer: how NULL values in your database columns can lead to full table scans, bloated indexes, and query plans that ignore your best indexes. Lucas and Luna walk through a real-world example from an e-commerce order database, showing how three-valued logic (TRUE, FALSE, UNKNOWN) confuses the query optimizer. They explain why 'WHERE amount > 100' might not return rows with NULL amounts, why indexes on nullable columns can be partially useless, and how NOT IN subqueries with NULLs can return zero rows even when data exists. They cover concrete fixes: using NOT NULL constraints, COALESCE defaults, filtered indexes, and IS NULL predicates. No theory without practice — this episode gives you one actionable tip: add a NOT NULL constraint to every column that should never be empty, and watch your query times drop. #DatabasePerformance #NULLValues #QueryOptimization #SQL #DatabaseIndexing #ThreeValuedLogic #DatabaseTips #TechPodcast #DataEngineering #DatabaseDesign #SQLPerformance #IndexTuning #DatabaseMistakes #Technology #FexingoBusiness #BusinessPodcast #DatabaseTech #LucasAndLuna Keep every episode free: buymeacoffee.com/fexingo

Episode metadata supplied by the publisher feed · Published Jun 11, 2026

Embed this episode

NOW PLAYING

Why Database NULL Values Destroy Query Performance

0:00 7:44

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

No similar episodes found.

No similar podcasts found.

Frequently Asked Questions

How long is this episode of Database Tech with Fexingo: SQL, NoSQL, and Data Storage Conversations?

This episode is 7 minutes long.

When was this Database Tech with Fexingo: SQL, NoSQL, and Data Storage Conversations episode published?

This episode was published on June 11, 2026.

Can I download this Database Tech with Fexingo: SQL, NoSQL, and Data Storage Conversations episode?

Yes. Use the download control on the episode player to save the publisher-provided media file.
URL copied to clipboard!