CodeIgniter Forums
Which is best Query builder vs Stored Procedure - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Best Practices (https://forum.codeigniter.com/forumdisplay.php?fid=12)
+--- Thread: Which is best Query builder vs Stored Procedure (/showthread.php?tid=79345)



Which is best Query builder vs Stored Procedure - veeramanikandan - 05-31-2021

Basically I always use stored procedure for everything even it is a single query. I want to know the Pros and Cons of both methods


RE: Which is best Query builder vs Stored Procedure - InsiteFX - 05-31-2021

In most cases you will not see a difference, the difference will lay in the query caching.