Re: Index strategies for column tables
Hi Bill, If you can, please provide additional information so that folks here can help. Questions off the top of my head: > I'm assuming your performance measurements are for reads and not...
View ArticleRe: Different engines in SAP HANA
1) Type "sap hana engines explanation" into google.com2) Click on the first link Worked for me
View ArticleRe: Pass input parameters(variables) to CE_OLAP_VIEW
http://help.sap.com/hana/SAP_HANA_SQL_Script_Reference_en.pdf Have a look at "6.5 Column View Parameter Binding" I don't believe it's supported with CE functions. You may also want to consider if you...
View ArticleSAP HANA Live slow query times
Hi, we have implemented HANA Live, which the SAP's Best Practice and standard Business Content on a lot of Lines of Business: FI, CO, SD, MM...etc...but when we run reports , the average response time...
View ArticleAccess Advanced Analytic Capabilities by pairing MySQL with SAP HANA
Hello All, If you are interested to build advanced analytics with your MySQL data, with HANA (Both HANA Dev Edition and HANA One) please check out SAP HANA Cookbook for MySQL Developers | SAP HANA...
View ArticleRe: Index strategies for column tables
Hi Jody, The POC test run than I'm doing does both reads and writes. Without getting into specifics, the application loops through a workload of inserting data into a master-detail set of tables -...
View ArticleRe: Variable/Input Parametrs BETWEEN
Hi Alex, you can have , i can see these options for the variables as shown below: Regards,Krishna Tangudu
View ArticleRe: Put the query result of "EXECUTE IMMEDIATE" command in a local table
Hi Andila, You can do that as mentioned by peter in the above reply. But why do you want to persist the information into a Table? Also would want to understand if you are having a Varied "select...
View ArticleRe: Index strategies for column tables
Hi Lars, There maybe a bug in SPS7 v70 with indexAdvisor.py. When I try to use the dynamic parameter, the script fails with the following:Creating database connection... doneChecking prerequisites......
View ArticleCalling an SP takes over 200% more time over the select statement
As part of my POC converting a SQL Server application over to SAP HANA, I'm find that CALL is taking over 200% more time than calling the SELECT statement directly. The result is that the application...
View ArticleRe: Calling an SP takes over 200% more time over the select statement
Hey Bill, Why don't you use an Analytic View to frame an equivavalent of the below sql statement you used: SELECT TOP 20 C_F_NAME, C_L_NAME, C_EMAIL, O_ID,...
View ArticleCannot Connect HANA Studio to AWS Instance
I signed up and installed an Instance of AWS HANA server a few days ago. I was bale to login using HANA Studio and created tables loaded data and created views. This morning I went to access my HANA...
View ArticleRe: Calling an SP takes over 200% more time over the select statement
Hi Krishna, There is no total calculation for the specific query. I'm more interested in why calling the code in a stored procedure is always much slower than running the select statement directly....
View ArticleRe: Index strategies for column tables
Hi Bill I agree, this looks like a bug but I have exactly zero experience with that script.So best would be to open a support incident for this. The fact that knowledge on the product is to be found in...
View ArticleRe: SAP HANA Live slow query times
Hi, thanks for the replies guys. the view I'm trying is SalesOrderValueTrackingQuerythe report name is "Sales Amount Analysis", which is SAP Design Studio based dashboardThese are the tables used:...
View ArticleSchedule Job Log Not Displayed
Hi,I have a scheduled job (.xsjob) that runs every minute. Once that I activate the scheduled job in the XS Admin Console, I verify that the job is executed correctly every minute by looking to the...
View ArticleRe: SAP HANA Live slow query times
Doh! I didn't log my times and had forgotten about that that table. Thanks for the reminder.Though I don't have the earlier execution times to verify I can see we did have a few unloads today of some...
View ArticleRe: HANA Authorization problem
What kind of view? Modeled view? If so you need analytical privileges in addition to the SQL privileges.
View ArticleRe: HANA Authorization problem
Hi Manjunath, Whichever schema this table exists inside that you are trying to perform select against please try the following; in _SYS_REPO user check Object Privileges tab for that schema. Then in...
View ArticleRe: HANA Authorization problem
Patrick Bachmann wrote: Hi Manjunath, Whichever schema this table exists inside that you are trying to perform select against please try the following; in _SYS_REPO user check Object Privileges tab...
View Article