How PostgreSQL generates all possible query execution plans before choosing the best one.

preview_player
Показать описание

Build Your Own Redis / DNS / BitTorrent / SQLite - with CodeCrafters.

# Recommended videos and playlists

If you liked this video, you will find the following videos and playlists helpful

# Things you will find amusing

# Other socials

I keep writing and sharing my practical experience and learnings every day, so if you resonate then follow along. I keep it no fluff.

Thank you for watching and supporting! it means a ton.

I am on a mission to bring out the best engineering stories from around the world and make you all fall in
love with engineering. If you resonate with this then follow along, I always keep it no-fluff.
Рекомендации по теме
Комментарии
Автор

The last time I felt such joy and satisfaction of understanding something in depth was watching 3B1B. Thanks a lot, Arpit! You make studying this enjoyable.

glokta
Автор

A small tip: while reading explain query results always read from bottom

dikshantrajput
Автор

Thanks Aprit for the video.
Could you please also share a few links to documentation, blogs, etc that might be helpful and might serve as starting point to dive deeper?

harshitgangwar
Автор

EXPLAIN ANALYZE helped me tens of times to understand the query plans and timings.
Thanks for covering query execution plans. This is real-real-wold stuff :)

nofoobar
Автор

Peoples include me are always looks for the video on Write and read path in Postgres SQL

mevinaypanday