What is performance optimizaion in bods ?? where we use ??

what is performance optimizaion in bods ?? where we use ??

Dear
for increasing performance in BODS
Some tips for fine tuning the BODS job for faster and efficient executions with optimal resource utilizations.
Regards

Similar Messages

  • What is info type 1957 and where its used?

    What is info type 1957 and where its used?

    I have used this infotype.
    check out this link
    P1957 Infotype 1957 - Obsolete, DO NOT USE - SAP Structure - ABAP

  • Oracle BI what is cubes and dimention and where we use cubes and dimention

    Dear ,
    I am working on Oracle BI.
    what is cubes and dimentionS and where we use cubes and dimention
    Please give a link where i get stuff regarding cubes and dimentions.
    thanks

    Possibly you are lost in the wrong forum category ...
    Post your query in:
    Hyperion EPM

  • WHAT IS DELTA JOB IN BODS ?? WHERE WE USE DELTA JOBS ??

    WHAT IS DELTA JOB IN BODS ?? WHERE WE USE DELTA JOBS ??

    There is no 'Delta Job' object in Dataservices, In any ETL tool if you are loading data in incremental way based on certain conditions (Ex: Extract only yesterday's changed data and load), then its a Delta load, the Job which does this, you may call Delta Job.
    Please don't use ALL CAPS, its like yelling in forum

  • How to tell what methods where not used in the code?

    Hi there,
    I wonder if there's a way to check what method are not used in the execution code (void main).
    Example:
    in the code below, the following method where not used:
    setAge, getAge, getName,setName, addFeedback
    public class Test
         public static void main(String args[])
              Employee empl = new Employee("John", 54);
              System.out.println(empl.getDeatils());
    public class Employee
         private int age;
         private String name;
         public Employee(String name, int age)
              this.name=name;
              this.age=age;
         public String getDeatils()
              return name+" ("+age+")";
         public void addFeedback()
              //do something here.
         public int getAge()
              return age;
         public void setAge(int age)
              this.age = age;
         public String getName()
              return name;
         public void setName(String name)
              this.name = name;
    }

    Yucca wrote:
    georgemc wrote:
    Yucca wrote:
    Sound like you should visit the logging API or you could do SOP all over your code which would make it very unreadableI don't see why logging code will make his code any less messy than SOP everywhere. Unless you're talking about applying logging by AOP, which is equally messy in a different way.I never implied that the one was tidier than the other. O merely recommended my knowledge on how to help the OP and gave 2 choices. Oh right. It looked like you were suggesting SOP was messier somehow. Never mind, then.
    Besides is AOP really that bad when using Interceptors? I know that this is new to Java but interceptors are really not that untidy.I didn't say they were untidy. I didn't say there was anything wrong with AOP. But logging by AOP results in pretty useless, messy logs. "This method was called with these parameters" all over the place, rather than something nice and friendly. Remember, logging is more often read by support staff than developers, so while it might be obvious to you what "getLlama(200, 3)" means, it's probably garbage to the support bods.

  • I'm moving to an imac from a PC. I want to move my itunes library from the PC to my new imac. What is the best method and where can I find instructions?

    I'm moving to an imac from a PC. I want to move my itunes library from the PC to my new imac. What is the best method and where can I find instructions?

    Move iTunes from PC to MAC, http://www.macworld.com/article/146958/2010/03/move_itunes_windows_mac.html

  • What is joins?where we use it. is it DD concept? abap

    hi abapers,
    what is joins?where we use it. is it DD concept?
      regards,
      anjan

    hi srinivas.
    chk this simple example.
    u will get good idea.
    table emp
    empno name
    a sasi
    b xxx
    c yyy
    table sal
    empno salary
    a 1000
    b 2000
    Inner join
    select eempno ename
    s~sal
    into table int_table
    from emp as e
    inner join sal
    on
    eempno = sempno.
    if you made inner join between table a and b by emp no
    the selection retrives only if the condition satisfy the output will be
    a sasi 1000
    b xxx 2000
    Outer join
    select eempno ename
    s~sal into table  int_table
    from emp as e
    LEFT OUTER JOIN sal
    on
    eempno = sempno.
    if you made outer join (left /right ) the left table kept as it is the
    if the condition satisfy the right table entries will fetch else leave it blank
    the output will be
    a sasi a 1000
    b xxx b 2000
    c yyy
    rgds
    anver
    if helped mark points

  • What RAM do I need and where can I get it from?

    Hi all,
    I know this is probably a simple question, but I just want to make sure I don't mess up my computer! I have an old school DV iMac, and bought the Mac OS X upgrade not too long after it came out (which is rather a while ago now!), but couldn't install it became I don't have enough RAM. And I obviously have just put it off and off. Now I'm at uni, and want the computer to work as well as it can for my mum, because she's even worse than me when it comes to computers. So, anyway, I need RAM. What type do I need and where can I get it from fairly cheaply? And how much would you recommend I get? My friend says he knows how to put it in, so all okay there hopefully/
    My computer's details:
    Processor info: PowerPC G3
    Machine speed: 400MHz
    OS: 9.2.2
    Built-in memory: 64MB
    I remember being able to get more details than this from somewhere on the computer, but I can't remember where...I haven't used it for 6 months or something, and am obviously getting forgetful.
    Hope someone can help. If you need to know anything else, tell me where to get the info from and I will tell you!
    Cheers,
    Fran
    DV iMac   Mac OS 9.2.x   It's lime green...ooh...

    Hi,
    I just bought some RAM from Crucial.
    If you go to www.crucial.com/uk and follow the Crucial Memory Advisor Tool, you should be able to find the RAM for your Mac.
    1 GB sticks are pretty good value at the moment (they've even gone down a few pounds since I bought mine a week ago) and if you enter this code (found it on aonther thread here) you might get a couple of pounds knocked off the total: CUSTOMPC
    There's also places like Kingston & Cancom to try, as well as Misco.co.uk. But Crucial select the recommended RAM for your Mac.
    Also, when you think you've found the right RAM and want to buy it, try the Apple agent chat, and double-check with them.
    Hope this is useful.

  • What is Field Label ? and  where do we use it .

    What is Field Label ? and  where do we use it .

    Hi,
    You can assign text information to a data element with the field labels.
    The field labels are used to display a screen field. You can copy structure components and table fields from the ABAP Dictionary to the input template when you define a screen in the Screen Painter (Get from Dict. function). You can also assign a field a field label that is derived from the data element of the field.
    The text of the field label can be translated centrally with the translation tools. The text is then displayed in the input template in the user’s logon language.
    Short, Medium and Long Field Labels
    Keywords of different lengths for identifying screen fields. Since the space available for such texts depends on the input template, you can define the text information in three different lengths.
    A maximum length must be assigned for each field label. It is the upper limit for the lengths of all translations of the given text. The maximum length of the field label therefore should be somewhat longer than the given text in the original language.
    Headers
    This text is used as a column header when you output the contents of fields as a list in the Data Browser. It can also be assigned to a field in the Screen Painter.
    A maximum length must also be assigned for the header. It is the upper limit for the lengths of all translations of the header. Choose the maximum length of the header to be somewhat longer than the given text in the original language. Also note that the header is often displayed above the corresponding column when preparing list output. The length of the header therefore should not exceed the length of the data element.
    Short Field Label
    Definition
    One of the following:
    - Short field label
    - Medium field label
    - Long field label
    Can be assigned as prefixed text to a screen field referring to the ABAP Dictonary. The text is displayed on the screen in the logon language of the user (if the text was translated into this language).
    A heading can be defined to output the field values in lists. This heading is automatically included in the list header row, in the logon language.
    Medium Field Label
    Definition
    One of the following:
    - Short field label
    - Medium field label
    - Long field label
    Can be assigned as prefixed text to a screen field referring to the ABAP Dictonary. The text is displayed on the screen in the logon language of the user (if the text was translated into this language).
    A heading can be defined to output the field values in lists. This heading is automatically included in the list header row, in the logon language.
    Long Field Label
    Definition
    One of the following:
    - Short field label
    - Medium field label
    - Long field label
    Can be assigned as prefixed text to a screen field referring to the ABAP Dictonary. The text is displayed on the screen in the logon language of the user (if the text was translated into this language).
    A heading can be defined to output the field values in lists. This heading is automatically included in the list header row, in the logon language.
    Heading
    Definition
    One of the following:
    - Short field label
    - Medium field label
    - Long field label
    Can be assigned as prefixed text to a screen field referring to the ABAP Dictonary. The text is displayed on the screen in the logon language of the user (if the text was translated into this language).
    A heading can be defined to output the field values in lists. This heading is automatically included in the list header row, in the logon language.
    Thanks,
    Reward If Helpful.

  • What is a PUK code and where do you find yours for your phone

    What is a PUK code and where do you find yours

    Log on to Verizon wireless and under your account after logging in, look at the device in question and it shows there. It stands for Phone Unlock Code
    Good Luck
    Message was edited by: Elector

  • I downloaded the IOS7 and I recently started seeing that every tim I revived a message everyone would be able to see it, I tired looking for the I'm not sure what to call it in messages, where no one can read my messages unless I open my phone. Any help?

    I downloaded the IOS7 and I recently started seeing that every tim I revived a message everyone would be able to see it, I tired looking for the I'm not sure what to call it in messages, where no one can read my messages unless I open my phone. Any help? I really don't want anyone ready what I get from other people, its emrassing, when I get a text from someone and it's personal, and someone could go look at my phone while its charging and read the message. Please help!!!! How do I disable it, If I can.

    Hello KenyaJohn,
    You may benefit from disabling Show on Lock Screen for Messages and Mail in Settings -> Notification Center -> Mail/Messages.
    You can disable Show on Lock Screen for a particular app in Settings > Notification Center > <app name>.
    iOS: Understanding notifications
    http://support.apple.com/kb/HT3576
    Cheers,
    Allen

  • What is Performance tuning in SAP BI

    Hi
    Could anyone please explain what is performance tuning in SAP BI?
    I searched on google but dint get any proper documentation on that.
    Please I am waiting for everyone's reply.
    Many Thanks
    Emily
    Moderator message: this is the wrong forum, please have a look e.g. in the forum for "SAP Netweaver BW", but search even harder for available information first.
    Edited by: Thomas Zloch on Oct 31, 2011 5:58 PM

    If you do a search in http://help.sap.com/erp2005_ehp_04/helpdata/EN/2a/fa0115493111d182b70000e829fbfe/frameset.htm
    you will find lots of documentation:
    Colin

  • What is the transaction code for where used list

    hi,  
                    what is the transaction code for where used list and
               how to retrieve the previous delivery quantity and quantity delivered for a particular material  with reference to both material document number and material number.

    hi,
    there is no transaction code for where-used-list..
    its one of the buttons in application tool bar which if you click will tell you where,in which program or tables etc this object is used.
    to retrieve the previous delivery quantity and quantity delivered for a particular material with reference to both material document number and material number,
    use tables <b>likp lips and mara</b> and use material number and document number in where condtion.
    regards,
    pankaj singh
    <b>**** please mark all helpful answers</b>

  • Hi, I have been trying to update many things on my 2009 white macbook. Everytime I do it tells me I need a different version. I don't know what versions I need or even where to begin or if I need to purchase new hardware? Any suggestions?

    Hi, I have been trying to update many things on my 2009 white macbook. Everytime I do it tells me I need a different version. I don't know what versions I need or even where to begin or if I need to purchase new hardware? It says my version is 10.5.8. I have tried downloading 10.6 but not sure what to do. Everyone else seems to be updating there's and mine is way behind however it still tells me I have no software updates...Any suggestions?

    You have to understand the difference between an Update and an Upgrade.
    An Update is a free change to add to the base code or as a bug fix within an existing Operating System. Such as the .8 added to 10.5.
    An Upgrade is a complete new Operating System that must be purchased. Such as 10.5 Leopard to 10.6 Snow Leopard.
    10.5 Leopard was based on Power PC code and was written to be able to run on both Power PC and Intel processors.
    10.6 Snow Leopard has completely rewritten code and only runs on Intel Macs.
    10.7 Lion used some 32 bit which allows it to run on Late 2006 through Early 2008 MacBooks and a lot of 64 bit code.
    10.8 Mountain Lion is pure 64 bit, which excludes more systems than Lion did. It's not something you can add memory to, for example, as it involves the base architecture.

  • Trying to update iPhone. Cannot get past the point where I accept iCloud conditions etc. There is no way to continue. What can I do. I can´t use my  phone

    Trying to update iPhone. Cannot get past the point where I accept iCloud conditions etc. There is no way to continue. What can I do. I can´t use my  phone                            

    When registering the phone, you should be able to choose later or basically not now at the upper right hand side. Most of what I think it will at least have you do is sign into your Apple ID but thats it.

Maybe you are looking for

  • Run HD and VGA from the mac mini

    Hi, i am looking to run a HD signal and a a VGA adapter out of the mac mini but i was told you don't have dual adaptors to do this. It is either one signal or the other. Could you please help Thanks for taking the time to read this. Cheers Paul

  • Help needed to up-convert my labview files from 5.1 to 8.6

    I can't find any resource to up-covert a few of my old 5.1 vi's to labview 8.6. Can anyone convert them? Thanks for your very appreciate help. Roberto- Solved! Go to Solution. Attachments: oldVIs.zip ‏252 KB

  • Problem in AppIntegrator user mapping parameter

    Hi , I am trying sso for http://www.diamondintelligence.com/include/login.aspx? (Note I have done AppIntegrator for Yahoo) I have created system, Name of the server:www.diamondintelligence.com protocaol: http URI of web application: /include/login.as

  • Dude, where's my space? ("Whatsize" reveals that my FileVault ate 20GB)

    So, I was wondering how my disc is so bloated. I started to calculate the stuff I saw on disc and it didn't really match the space occupied on disc. Hence I got this app called "Whatsize". It actually revealed that my FileVault file content shows tha

  • How to suspend SelectionKey selection?

    Hi! A selection key is still selected on the next iteration of select() main loop after the key processing (via handler executed by Executor in threads pool) was started. I'd like to suspend such reselection. Have tried to reset interest options afte