S
S
Stepan2015-12-24 00:23:16
MySQL
Stepan, 2015-12-24 00:23:16

When should you use a search engine?

There is an application on Laravel 5.1
Database Percona v5.6
In different categories, if you do a search, it comes out:
Users: 40-45k
Other1: 10k
Other2: 10k
Other3: 10k
So far, I am implementing a search on Laravel through the database.
Question:
Is it worth connecting any search engine? Or is the power of Laravel enough?
What to consider when implementing a search? How to write requests through ORM or without?
If you take the engine (if you need it), then which engine?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Danil Namaste, 2015-12-24
@htmlcssverstka

enough power of Laravel

P
Puma Thailand, 2015-12-25
@opium

if you are not satisfied with the speed or quality of the current search, if it suits you, then you do not need to connect it.

A
Anton Natarov, 2015-12-31
@HanDroid

When you need to search in all fields, well, or a very large number of queries.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question