If you are using the SQL transform and have a HANA table as a source and another HANA table as a target. Will the SQL transform push the work down to the HANA engine to achieve maximum performance?
Load large data sets seem to take a long time so I am am wondering if Data Services engine is doing the work vs HANA in 4.0. If that is the case does this functioality start in 4.1. that seems to be what i read in the documentation. Can someone valid this.
Second question:
If we create a stored procedure on HANA to insert data into a HANA table and execute that procedure from a SAP DS Job in 4.0. Will that push down the load to the HANA engine. Again this is on 4.0. Would the script look like:
sql('HANA_ds','Call Schema.Proc_Name’)
We are trying to improve performance loading 10 million rows of data into HANA.