Understand PostgreSQL query plan in 10 minutes

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 พ.ค. 2021
  • In this video, I share with you how i read Postgres query plan. This skill is super useful when you develop API to retrieve or mutate data in database. By understanding the query plan, you can optimise your query to run efficiently. It is a must have skill for any back-end software engineer, not just DBA
    #postgres #queryplan #liftandshiftdev #postgresql #backend #database #sql
    Medium blog: / how-to-read-postgresql...
    Support the channel: paypal.me/liftandshiftdev
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 20

  • @Shubh22
    @Shubh22 ปีที่แล้ว +17

    Nice explanation. But the voice quality could have been better.

  • @Antnix732
    @Antnix732 2 ปีที่แล้ว

    much more clear now, great explanation, thank you!

  • @SimarMannSingh
    @SimarMannSingh 7 หลายเดือนก่อน +5

    Good video with a terrible audio. Just a friendly comment, If you wish to increase your viewers, please invest in a decent microphone. Audio is absolutely essential, more than the video itself.
    Don't trust me blindly but please research yourself. I really wish this channel to grow...

  • @ihateregistrating3494
    @ihateregistrating3494 หลายเดือนก่อน

    thanks, much clear than most tutorials

    • @liftandshiftdev3222
      @liftandshiftdev3222  หลายเดือนก่อน

      thank you. Im thinking about posting more videos this year with better audio quality. Stay tuned for more content

  • @pjvm0
    @pjvm0 ปีที่แล้ว

    Thank you for sharing. Nice and straightforward explanation! 👏🏻

  • @Truncator
    @Truncator 2 ปีที่แล้ว

    Great explanation. Thank you!

  • @jagadeeshdora5987
    @jagadeeshdora5987 3 ปีที่แล้ว +6

    Thanks for the video. Please add more videos on PostgreSQL development advanced concepts as well.

  • @newsnetworkz
    @newsnetworkz 2 ปีที่แล้ว

    Very useful, thanks

  • @CodeCruncher8
    @CodeCruncher8 8 หลายเดือนก่อน

    Great explanation. Thanks!

  • @vivekkashyaps5926
    @vivekkashyaps5926 3 ปีที่แล้ว +2

    well explained!

  • @acalabash
    @acalabash ปีที่แล้ว

    As postgres docs propose, nothing stops you from doing a live EXPLAIN (EXPLAIN ANALYZE, that is) even with mutational commands on a production DB as long as you rollback afterwards

  • @nikhilbadyal
    @nikhilbadyal ปีที่แล้ว

    Great video. 😄

  • @artisingh9165
    @artisingh9165 7 หลายเดือนก่อน

    Nice explanation

  • @lejeczek
    @lejeczek 5 หลายเดือนก่อน +4

    All that nice work ruined by horribly bad sound/voice quality.

    • @ryanribeiro1725
      @ryanribeiro1725 2 หลายเดือนก่อน +3

      whut?! the audio is so good for a free class, and this content is so specific, you should ne grateful for this guy took a time to share his knowledges about it!!

    • @JaiRamJaiRamJaiRam108
      @JaiRamJaiRamJaiRam108 หลายเดือนก่อน

      ​@@ryanribeiro1725free bee customer spotted😅😅😂

  • @samadhanmhaske5900
    @samadhanmhaske5900 29 วันที่ผ่านมา

  • @deki90to
    @deki90to ปีที่แล้ว

    why analyze dont work?