I have worked with millions of records can please suggest regarding follows ?
which we use (Query Builder, ELoquent)
Datatable , laravel pagination, or something else
how to perform searching on table ?
if something else usefull for maintain big data please share
Thanks
Query builder is faster than eloquent. But then again, its much more of a pain in the ass, so if you make changes later on down the line you can run into problems.
Data tables seems like a nice option. https://datatables.net/
Data tables provides search functionality.
I’d go with eloquent and the query builder.
I’d stay away from datatabels.
Eloquent is jus syntactid sugar for the query builder.
Please sign in or create an account to participate in this conversation.