tanveerkhanwd's avatar

I have worked with millions of records can please suggest regarding follows ?

  1. which we use (Query Builder, ELoquent)
  2. Datatable , laravel pagination, or something else
  3. how to perform searching on table ?
  4. if something else usefull for maintain big data please share

Thanks

0 likes
2 replies
Randy_Johnson's avatar
  1. 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.

  2. Data tables seems like a nice option. https://datatables.net/

  3. Data tables provides search functionality.

Tray2's avatar

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 or to participate in this conversation.