hello again, new dev here so prisma can query and ...
# orm-help
d
hello again, new dev here so prisma can query and search data with
findMany
in that case, do i still need elastic-search for massive query data ?
r
@Dale Watson 👋 Depends on your use case. If you’re using something like Postgres, it supports full text querying and you can get by mot of your use cases. Unless you have to search by specific keywords or want a more fine-grained search and not increase the database load, then you might want to go for ElasticSearch.