Designing full-text search system with Postgres

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

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

  • @abhijitsethi135
    @abhijitsethi135 8 месяцев назад +2

    Great Video! Really well put together. Thanks for linking the blog in the desc

  • @JenilCalcuttawala
    @JenilCalcuttawala 8 месяцев назад +1

    wow. great content! definitely need more explainer videos from you on those indexes.

    • @core_dump
      @core_dump  8 месяцев назад +1

      Thanks! Absolutely will make more content around indexes, it will take some time though, I want to explain more kinds of indexes with some code.

  • @Sandeep-zd6dq
    @Sandeep-zd6dq 8 месяцев назад +4

    Nice video, It’s nice to see that we can built an efficient search engine using our traditional data sources 🙌

    • @core_dump
      @core_dump  8 месяцев назад +1

      Postgres is evergreen

  • @premdasv8
    @premdasv8 8 месяцев назад +1

    This was really informative, Thanks you.

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

    In 2:21, isn't "jp%" is try to match c.name with prefix "jp" ?

  • @abhijithajithkumar25
    @abhijithajithkumar25 3 месяца назад

    How to search like %% using :* operator? I can only do starts with not ends with.

  • @Based1776
    @Based1776 8 месяцев назад +2

    Awesome presentation you deserve more followers

    • @core_dump
      @core_dump  8 месяцев назад

      I appreciate that! Do share the videos!

  • @arogyabichpuria3262
    @arogyabichpuria3262 8 месяцев назад +1

    super good vid :)

    • @core_dump
      @core_dump  8 месяцев назад

      Glad you enjoyed it

  • @PavanKumar-zk1ob
    @PavanKumar-zk1ob 8 месяцев назад +1

    This is a great video , thanks for the content

  • @priyanshuindra4648
    @priyanshuindra4648 8 месяцев назад +2

    Very nice video... Very Informative

    • @core_dump
      @core_dump  8 месяцев назад +1

      Thanks a lot

  • @shibasispatel6624
    @shibasispatel6624 8 месяцев назад

    my TIL today. Very interesting video bro.

    • @core_dump
      @core_dump  8 месяцев назад

      Hope you enjoyed it!

  • @thinker21
    @thinker21 8 месяцев назад +2

    great video, thanks!

    • @core_dump
      @core_dump  8 месяцев назад

      Glad you liked it!

  • @LorenzoPeve
    @LorenzoPeve 2 месяца назад

    very good video!

  • @menumenu287
    @menumenu287 25 дней назад

    👍

  • @user-dc9zo7ek5j
    @user-dc9zo7ek5j 8 месяцев назад +1

    Interesting, a while ago I have made a boolean search (something and something 2 or other thing) and it was pretty primitive, just a lot of joins and subqueries, but hey, it works... :D

    • @core_dump
      @core_dump  8 месяцев назад +1

      If it works, its enough

  • @shadowfire779
    @shadowfire779 8 месяцев назад +1

    u the goat

  • @Ashish_singh_dev
    @Ashish_singh_dev 8 месяцев назад

    Talk is cheap show me the code

    • @core_dump
      @core_dump  8 месяцев назад +1

      thought to write up some sample code ... but I was too lazy :(