nicolaslopezj / searchable

A php trait to search laravel models
MIT License
2.01k stars 291 forks source link

Can we use this for more than 5 millions rows table ? #158

Open awesomenkj opened 6 years ago

cyrildewit commented 6 years ago

I don't have any experience with this package:

I saw in the documentation that this package is using a sql query to search, so it's probably not an issue.

Some helpful information:

jsdecena commented 5 years ago

if the time comes you need to search on that large data, you need to use Elastic Search (ES) already since it is better to search on cached data.