I'm trying to use the paginate() method to get specific items from the database. When I use "getQueryLog" it does not show that the query uses take() or skip().
I'm having issues with this because I have a large number of records and it seems to be retrieving too many which is causing too much memory to be used.
Does anyone have any ideas about this?