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? 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. 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
Archived
This topic is now archived and is closed to further replies.