Optimize db query |
Hi everybody,
everything is working fine with my code but i'm willing to know if there is a way to optimize, queries, db connections etc when it's needed a lot different data from different tables.. somehing like UNIONS or JOINS don't seem to be the case to me but maybe they have other meaning too.. p.s. I know the code should be organized in model functions, this is just an example.. Thanks a lot for your suggestion! PHP Code: public function index($service_id) |
Messages In This Thread |
Optimize db query - by Johnny Stec - 10-20-2022, 12:52 AM
RE: Optimize db query - by encodedigital - 10-20-2022, 02:27 AM
RE: Optimize db query - by davis.lasis - 10-20-2022, 01:16 PM
|