Creating a search catalog in PostgreSQL using full text indexing

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

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

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

    I learnt all that I needed for search in just 14 mins, thanks to this video. 💯 to keep it simple & easily understandable!! 👍

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

    That was amazing, I didn't even realize that something like this is possible this video definitely goes to "bookmarks" for future reference , thank you very much.

  • @carta-viva
    @carta-viva 7 หลายเดือนก่อน

    Oh Lord, I'd to work with Postgres again u.u, but whait, how cool is that? It's awesomeness cool! Thanks for sharing this Mr Rob!

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

    This has changed my life. Thanks for the video!

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

    Amazing video. You really pack a lot in, but with adequate explanations (and some humor that thankfully does not get in the way). I may have to watch this 5 times to get it all, but that's better than having to watch a video on fast forward and 10sec jumping frequently to skip over fluff.

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

    Great tutorial! very clear and detailed explanations. You deserve more subscriber sir.

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

    Thanks for this tutorial, it's very helpful and comprehensive! IT gives me some arguments to use Postgres as a database

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

    im loving these vids, pls keep on making them

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

    Hi Rob,
    Amazing video on Full Text Search on Postgresql (I am pretty new to postgresql butI have experience on other SQL engines).
    I am following the knowledge from you video, I will let you know if I could implement the FTS on my project.
    JB

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

    really no words other than thank you!!

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

    Terrrrrific video!! Exactly what I needed!

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

    amazingly helpful and well communicated. thank you!

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

    Wow this is really awesome tutorial. Thanks for your detailed instructions.

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

    Top Video!!!
    How do we do this for ecommerce? So product names, cats etc, and also sortings on price, and lastly pagination.
    🇿🇦

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

    you've earned my subscription.

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

    I Love this. Awesome and to point

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

    Awesome video! Learned a lot!!!

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

    Awesome tutorial! Very well explained. Thank you!

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

    Terrific info! I am curious to know how this setup compares with elastic search for full text search?

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

    Great video. Thanks!

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

    Thank You for show us the light. I've subscribed, instead of making me a borito, want to come to your house and make you a borito 😁🙏

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

    This video is awesome. Can you explain same thing in multiple releted table?

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

      I would say to denormalize and have a dedicated search table that gets updated automatically, or via code.

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

    Is this search fuzzy?

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

    Hi, I tried to take a look at the data you mentioned in the video and play around a bit, I cant find it behind the link in the description though. Am I being thick and overlooking something? Thanks for the video, I never knew about full text search.

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

      Whoops - looks like I left the link out! I added it back if you're still up for trying things out: bigmachine.io/2022/06/12/creating-a-full-text-search-engine-in-postgresql-2022/

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

      @@rconery Thanks, thats awesome :) I found a (german) quote database in the meantime too, lets see if the things I did with that work out just as well with yours :)

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

    Great video! Nice way of explanation. One thing, can it handle fuzziness too?

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

      See the comment below RE fuzziness from @Rocco - fuzzy queries and text queries are different beasts. If you want fuzziness, use the ~* operator (regex) but be mindful of destroying your indexes!

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

    awesome video

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

    how can you add synonyms like if someone searches 'bag' it should also show 'backpack' results?

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

      You would probably need to do this yourself using code - but even then you're skewing the context. Backpack is a verb and a noun and is it really a bag? I know you're just giving an example - but these are the kinds of things you need to think through in terms of lexxing,

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

    Thank you

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

    Subbed immediately

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

    Waiting for my burito that you promised

  • @1337shadow
    @1337shadow ปีที่แล้ว

    M waiting for my borito

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

    i better get that fuckin burrito.

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

    I am overwhelmed. Not the best at SQL at all. How'd you learn all this? If you could give a roadmap on learning Postgresql features like this from scratch it would be great if you could share. Time to watch this video 20 times until I get it.