How PostgreSQL parses the query and constructs the Parse Tree?

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 22

  • @jaya_surya
    @jaya_surya 5 месяцев назад

    Thanks

    • @AsliEngineering
      @AsliEngineering  5 месяцев назад +1

      Thank you so much for this warm gesture 🙌 it really means a ton.

  • @k.k.gayansanjeewa7432
    @k.k.gayansanjeewa7432 29 дней назад

    this encourage me , more dig in to these stuff too . Since it just open up the stuff and make the decision making stages very clear .

  • @onkar_rajopadhye
    @onkar_rajopadhye 26 дней назад

    @AsliEngineering: Very informative which serves as a nice refresher to lexer, parser, parse tree as well as flex, bison. Thanks for that!
    Couple of suggestions:
    1. In a future video on this, cover parse tree in more depth.
    2. Cover PG's rewrite engine and optimizer.
    Thanks again!

  • @dharins1636
    @dharins1636 6 месяцев назад +2

    Very Detailed video, thanks for diving in

  • @mayank2662
    @mayank2662 6 месяцев назад

    Super informative. This got me curious about these interesting stuff again, Thanks Arpit!

  • @ankurc854
    @ankurc854 6 месяцев назад +1

    Thanks for sparking the curiosity :)

  • @sparsh724
    @sparsh724 6 месяцев назад

    This video was super informative, Arpit!!!

  • @artu-hnrq
    @artu-hnrq 6 месяцев назад

    Nice overview! Thanks for sharing

  • @kritibindra4232
    @kritibindra4232 6 месяцев назад

    This is awesome! I really love how you tell how you were able to find things like scan.l being converted to scan.c etc. It helps us in understanding how to go through the code files. Arpit, can you cover query execution plan of DBs and how can they affect performance? Or have you already covered in previous videos?

    • @AsliEngineering
      @AsliEngineering  6 месяцев назад +1

      That exactly was the intention :)
      I have not yet covered the Query Execution Plan, but I do have plans of covering it. Thanks for the nudge.

  • @anshsaxena7297
    @anshsaxena7297 18 дней назад

    Thanks man

  • @physicsakhada592
    @physicsakhada592 6 месяцев назад

    Deadlocks and transaction please in depth😊

  • @architectingme
    @architectingme 5 месяцев назад

    Arpit, which device and software are you using to teach? It would be helpful if you share the info

    • @AsliEngineering
      @AsliEngineering  5 месяцев назад +1

      iPad + GoodNotes app with my custom theme.

  • @SaketAnandPage
    @SaketAnandPage 6 месяцев назад

    How did you make this Red Color Pen with sparkles in Good Notes?

  • @rishabhthakur2028
    @rishabhthakur2028 6 месяцев назад +2

    I always find the compiler design the worst topic but the way you explain the things made me fall in love with the subject or topic.

    • @beest_
      @beest_ 6 месяцев назад

      The build process was explained backwards.

  • @gauravpant4768
    @gauravpant4768 6 месяцев назад

    Very useful, thank you