Re: select Query taking more than 10 mins to execute
Hi Dipesh, 1. Never write what you can not prove.2. What is the function of the ALIASes in your (SAPs) sample. Only because SAP documentation does not know better, there is not need for any alias...
View ArticleRe: select Query taking more than 10 mins to execute
Dear All, I want to add my different opinion to this discussion.Instead of using JOIN and FAE, 1. Initially fetch data from ekko table, with where conditions related to ekko table...
View ArticleRe: select Query taking more than 10 mins to execute
OK, but there is no evidence that having the ON-conditions the other way around would cause any disadvantage. I am just very wary of even more "urban legends" being created than those that we have to...
View ArticleRe: select Query taking more than 10 mins to execute
Not a good idea as far as I am concerned. You will read too much from the database, either from EKKO or from EKPO, depending on which selection criteria are filled at runtime, and you have additional...
View ArticleRe: select Query taking more than 10 mins to execute
SELECT A~EBELN A~BSART A~AEDAT B~SUBMI B~EBELP B~MATNR B~MENGE B~MEINS B~UMREZ B~UMREN...
View ArticleRe: select Query taking more than 10 mins to execute
hello Mr Vijay, from my opinion whole program need performance tuning because program give output but it comes too late so in that type of issue we check whole program with, from SM66 tcode to check...
View ArticleRe: select Query taking more than 10 mins to execute
No. Don't use BINARY SEARCH. Use a HASHED or SORTED table instead.
View ArticleRe: select Query taking more than 10 mins to execute
Suppose a join query on ekko and ekpo is taking aprrox 2.30 min for executing... Now fetching data from ekko is taking 30 sec and ekpo is taking 45 sec.....after that some more time for loop and read...
View ArticleRe: select Query taking more than 10 mins to execute
vijay pimputkar wrote: What i think is, Total overall time is not important. Important is database interaction time. Regards,VjWhat I think is that the customer doesn't care less about db interaction...
View Article