Re: Parallel SQL execution inside Procedure
Suman Karanam wrote:Just a few independent insert statement. It's not. Read write operations is one thing that makes it run sequential. Regards, Fernando Da Rós
View ArticleRe: Parallel SQL execution inside Procedure
That's sad.What if I place these insert statements in different procedures and call them sequentially in a master procedure ? Will they still run sequentially ? Are there any ways to run parallel...
View ArticleRe: Parallel SQL execution inside Procedure
Hi Suman, A procedure read-write can be called only by read-write procedure, so inside a procedure you don't have a chance to do it in parallel. You need to review your solution, may you have options...
View ArticleRe: How to pivot dataset in SAP HANA
Window functions are not available in any graphical models. Also, and related - window functions (currently) execute in the row store, not the column store - so performance may suffer depending on data...
View ArticleRe: Transformation of Rows to Column in HANA
Please look into Restricted Measures in Analytic Views. You can find details in the HANA Data Modeling guide. I suspect these will be your best bet.
View ArticleRe: No entry found in table DMC_MT_HEADER for table VBKD
Hello!I`ve got the same error============================================================Table /BI0/D0APO_C071 not found in the control table DMC_MT_TABLES№ сообщения CNV_IUUC_REPL_TS027DiagnosisTable...
View ArticleSAP HANA Input parameters in SAP BO Analysis
Hi, dear experts. Please help me with one problem in SAP BO Analysis. Problem is: in sap hana studio i made calculation view that has some input parameters (Param. type - Direct, Sematic Type - Date,...
View ArticleRe: Parallel SQL execution inside Procedure
Hi Suman, What if I place these insert statements in different procedures and call them sequentially in a master procedure ? Will they still run sequentially ? Nope.They will still run Sequentially....
View ArticleBind output of a strored procudure
Hi All, I am trying to call a stored procedure from sql editor using the below syntax. call "sys_bic"."store_proc"("test") store_proc takes a scalar input parameter and returns a table type as out put...
View ArticleRe: Pros and Cons of using Temporary Tables
Hi Krishna temp tables are just another tool for the database developer.They guarantee that the data (global temp table) or both data and table definition (local temp table) are only available to your...
View ArticleRe: Creating ODBC-DSN on Netweaver and use in DBCON
Hi Lars, SAP provided the following OSS message: http://service.sap.com/sap/support/notes/1983389 So Kernel 7.42 is required - no word about single DBSL which I'm looking for... but a request is...
View ArticleRe: Pros and Cons of using Temporary Tables
Hi Lars, Thanks for the clarification. I agree they are user session specific and hence I was mentioning that locking will not take place. Just looking for those confirmation words from you to...
View ArticleCore Data Services in ABAP : No URI-Mapping defined for object type DDLS
Hi , When creating a DDL source , I get the error " No URI-Mapping defined for object type DDLS and object name ZCDSV_01_06". Can you please suggest what the issue could be? Thanks,Chakram Govindarajan
View ArticleRe: Configuring Workspace in SAP HANA Studio
Thanks Thomas. As you mentioned, the HANA client installation would not be required for the latest version of the studio. I had made a mistake in the debug configuration while mentioning the HANA user...
View ArticleHANA DB - Sizing Script as per the note 1514966
I am trying to execute the HANA sizing report to get an estimated required size for HANA as per the note 1514966. the report can be executed in two ways The scripts can be used in two different modes:...
View ArticleFuzzy Search On An Attribute view
Hi All, I am trying to implement fuzzy search on a master data attribute in an attribute view in HANA Studio. I enabled the fuzzy search setting on the attribute but I couldn't figure out how to test...
View ArticleRe: Fuzzy Search On An Attribute view
I have also tried creating a scripted based calculation view on top of the above mentioned attribute view , by defining an input parameter on the search attribute but when I do a data preview on the...
View ArticleRe: Core Data Services in ABAP : No URI-Mapping defined for object type DDLS
Now I am able to proceed to the next step. Not sure how this started working. However, I get the below error when I open the DDL source editor for one particular ABAP system added in the eclipse...
View ArticleRe: Hierarchy on HANA Calculation View with Optional Input Parameters Fails
Ken, Your error message is showing that you are not mentioning values of IP for P_PROFITCTR column. Since you have mentioned IP as not mandatory, can you try to copy the model & activate it again....
View ArticleQuery on SLT
Hi Frzz, We have created some calculated columns in HANA on some fields uing IF ,CASE and some string funtions like midstr(),lpad(), isNull() etc My question is instead of doing it in HANA, can i do it...
View Article