Search data from 15 fields and more than 28,500,000 entries #1067
Replies: 2 comments 1 reply
-
Hello @munjaldevelopment that's a tricky question to answer without knowing the sql you are running. You can have a table with just a couple thousand records and take ages to search through. From my experience, the main pain points are:
Sorry I can't help much here. Cheers |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is one of the most common issues for a CRUD Generators, the only way to manage this kind of table is to use the standard laravel; Also if possible to use postgresql instead of mysql; it’s better |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have one table with more than 28,500,000 entries & when I search data using common search, It took more than 5 minutes to search. How to make the search faster?
Beta Was this translation helpful? Give feedback.
All reactions