How to Build a REST API with Java, Spring Boot, Spring Data, and MongoDB Atlas Search

Поділитися
Вставка

КОМЕНТАРІ • 4

  • @MongoDB
    @MongoDB  9 місяців тому

    ✅ Learn more about Atlas Search → mdb.link/search-OERQ4p1Uhbs

  • @serenacorvino3065
    @serenacorvino3065 5 місяців тому +1

    there is a way to configure the index within spring configuration?

  • @sb7483
    @sb7483 2 місяці тому

    how does atlas search perform on 300K+ documents , that are about 10KB each in size, and lets say your search needs to support "fuzzy/contains/like" on 9 - 13 attributes

    • @mongodb_nraboy
      @mongodb_nraboy 2 місяці тому

      Can't give you a rigid answer on performance as there are a lot of other dependent factors. For example, do you have a proper index? What size cluster are you using? etc... Atlas Search does perform quite well though.