Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

HANA Optimal Performance issue ?

$
0
0

Hi,

 

1. How to create a materialized view? Is it possible in HANA? Will it be helpful?

2. Can anyone tell how to enhance performance of sql statements(stored procedures) in HANA by doing code optimization ?

   eg:  create procedure abc 

           as

           begin

               delete from schema.table where col = 'a';

               signal error;

            end

 

Thanks,

 

Rahul Anand


Viewing all articles
Browse latest Browse all 6412

Trending Articles