Re: independent sum of two columns causes the performance down apparently.
Try using CE functions instead of SQL. They are well optimized and parallelized and will give you better performance. Regards,Sameej
View ArticleRe: How to call a SAP HANA procedure from c#
Hi Smita, Here is a sample C# code to call stored procedure.All logic is in button1_click() I have also put a screen shot of the stored procedure here, using System;using...
View ArticleRevision 49 for HDB on trial system
Hi,I was trying to create a parent-child hierarchy in the HANA trial system which did not work and I hit upon the note '1811145'.It is mentioned in the note that we need revision 49(SP5) in order to be...
View ArticleRe: Connect HANA Studio to aws Instance
Hi Robert, - Are you able to connect to the Linux OS running the HANA instance, as described in Part 5 of aforementioned document? (Section : Logon to the Linux OS of your AWS instance) - If you are...
View ArticleRe: SAP HANA Studio Download error
Same problem here! Did you find the 'Bug Reporting Space'?
View ArticleRe: HANA Dev - creating role error mismatched input '00' expecting RULE_ID
Hi Rich, Attached screenshot for your reference. I activated it as you mentioned but still it appears in repository with "grey diamond" symbol is that normal or what, coz If it works only I could...
View ArticleRe: Connect HANA Studio to aws Instance
Have you tried to open SAPControl ports (50013-14) as well?
View ArticleConnect HANA Studio to aws Instance
Hi guys,thanks for all your feedback. I don't want to answer each posting individually therefore I send this general reply: @Glopal: I was able to connet to my database via Putty but when I type in the...
View ArticleRe: Connect HANA Studio to aws Instance
Hi Robert, You mentioned, you log in via putty using user ec2-user. Is it possible to login as "root" before issuing the command "su -l hdbadm"? Not sure if it will help, but worth a try.......
View ArticleRe: Unable to download SAP HANA Studio Developer Edition
I am also facing the same issue in downloading the SAP HANA Client and the Studio both any other link to download this softwares?
View ArticleAnalytical View
Hi All Just a couple of questions hit my mid why creating the analytical views. In the data foundation, am able to add only the table but not the attribute views and in logical view, am able to add...
View ArticleRe: Analytical View
Hi Prashanth, My two cents highlighted in blue:Prashanth Reddy wrote: Hi All Just a couple of questions hit my mid why creating the analytical views. In the data foundation, am able to add only the...
View ArticleRe: Analytical View
Thanks Ravi. So there will not be any difference in performance. RegardsPrashanth
View ArticleRe: independent sum of two columns causes the performance down apparently.
only 3 columns, id1,id2 are string, num is a double. I use id1 to join. while executing this, select a.id2 m, b.id2 n, count(*) from t a, t b where a.id1=b.id1 group by...
View ArticleRe: AWS EBS required for HANA ?
For the initial configuration you need EBS but that's done automatically...and we provide enough so you don't need to buy more... Greetings, Blag.
View ArticleAWS EBS required for HANA ?
Just follow video4 in week1, e.g. go through the HANA Development Center AWS setup button.Even though it uses EBS underneath, I didn't have to worry about it. The only things it doesn't show is how to...
View ArticleRe: Question asked in the OpenSAP Assignment #1 is not answered in videos or...
Dear Tobias, It is not answered in videos or slides, not to worry.I already answered this question in this thread. RegardsRaj
View ArticleProblem with IMPORT FROM when file used SOH character as field delimiter -...
Hi All, I'm pressed with a nagging problem. I'm using AWS HIVE to output the results of a HIVE query to an output file that I'm going to load into SAP HANA. The problem is that HIVE output files...
View ArticleRe: Problem with IMPORT FROM when file used SOH character as field delimiter...
FWIW - I used the following sed command to replace the SOH characters with commassed "s/\x01/,/g" 000000 > 000000.csvI have two challenges with this approach:This introduces another process into my...
View ArticleRe: AWS EBS required for HANA ?
Hi Henrique, I have to chuckle at the famous last words - you don't have to worry about it (EBS). For Pedro, The EBS storage is configured automatically for you. But, it's useful to know how it's...
View Article