Nov 10, 2020
0
Level 3
Nova: using query builder instead Eloquent
I have an app which has huge queries and multiple relationships. Over 10-15 milions of records.
Thinking at improving performance on resources, I want to migrate from classic eloquent models to query builder for all the resources.
How can I do that without affecting the nova flow?
Thank you.
Please or to participate in this conversation.