PostgreSQL Full Text Search Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ย. 2024

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

  • @michel-814
    @michel-814 9 หลายเดือนก่อน +2

    Excellent ! Short, concise ... really clean explanation. Thanks

  • @umitdemir3741
    @umitdemir3741 ปีที่แล้ว +1

    that's a really good explanation. Thank you for making this video.

  • @alexandremondaini
    @alexandremondaini 6 หลายเดือนก่อน +1

    Hi, whichi software are you typing sql at ? looks gorgeous

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

    great synopsis, thank you!

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

    Awesome video!!

  • @iceniveth
    @iceniveth ปีที่แล้ว +1

    10:56 on my end, line 68 didn't seem to utilize the index on line 76. Because the index on line 76 is using to_tsvector('english', document), I had to match that as well in the WHERE clause in line 68.
    WHERE TO_TSVECTOR('english', document) @@ WEBSEARCH_TO_TSQUERY('thor')

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

    Great video! Thanks!

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

    Nice video
    Thanks for sharing

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

    Great explanation, thanks!

  • @SAMEERSHAIKH-dw8rg
    @SAMEERSHAIKH-dw8rg ปีที่แล้ว +1

    What if i want to join multiple tables and perform search on those columns

    • @jeyfus
      @jeyfus 11 หลายเดือนก่อน +3

      You can join the tables and build ts_vector with columns from whatever tables you’d like to search on. Just like in the video when he references name or description, it could have been table1.name and table2.description if they were in two different tables that you joined.

    • @SAMEERSHAIKH-dw8rg
      @SAMEERSHAIKH-dw8rg 11 หลายเดือนก่อน +2

      @@jeyfus thanks

  • @Anto-mi5pn
    @Anto-mi5pn 8 หลายเดือนก่อน

    What's the SQL editor you're using?

  • @ngoclinhvu5381
    @ngoclinhvu5381 11 หลายเดือนก่อน +2

    What coding IDE are you using?

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

      Looks like rider with a theme.

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

      Datagrip

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

    Great job man!! ❤

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

    Great intro!

  • @Виктор-ч1ц3з
    @Виктор-ч1ц3з 2 หลายเดือนก่อน

    Спасибо за видео!

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

    super helpful thanks

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

    what is the song from intro? 🔥

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

    Thank you man!

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

    great video

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

    Thank you!