zohab Posted February 24, 2010 Share Posted February 24, 2010 Hi, In my project i have use 3 sql queries join by UNION ALL to generate report using 3 tables . I am facing some performance related issue and planing to create Sql stored procedure or sql views. Which one will give me fast result? Quote Link to comment https://forums.phpfreaks.com/topic/193172-sql-stored-procedure-faster-or-sql-views/ Share on other sites More sharing options...
fenway Posted February 24, 2010 Share Posted February 24, 2010 Not all views can be generated with the MERGE algorithm. And SPs usually slow things down. Quote Link to comment https://forums.phpfreaks.com/topic/193172-sql-stored-procedure-faster-or-sql-views/#findComment-1017653 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.