Difference between Free Memory ID and Free Memory ID:  in Performance ?

HI
I have to free say around 20 memory IDs.
Is it wise use
FREE MEMORY ID 1.
FREE MEMORY ID 2.
FREE MEMORY ID N.
or
FREE MEMORY ID: 1, 2, .... N.
Please dont mention about readability.
Please say about performance only. Will the later increase Performance or former ?
thanks,
Padma

You can measure a run time of your program in SE30. So make program using first variant, run it from SE30 and see results. Than make the same for second variant and you will see difference. It is the same as using GET RUNTIME FIELD statement to measure a run time. But I think you do not have to worry about performance in case of FREE MEMORY, it is relative "cheap" statement. And both variants should take approximately the same time, because they are doing exactly the same, just syntax is different. The second one is just a way how to write the first one into one line. But it will also do 20 times the statement FREE MEMORY.
Adrian

Similar Messages

  • Difference between nio-file-manager  and nio-memory-manager

    Hi,
    what's the difference between nio-file-manager and nio-memory-manager? The documentation doesn't really discuss the differences as far as I know. They both use nio to store memory-mapped files don't they? What are the advantages/disadvantages of both?
    When to choose the first one and when the second when storing a large amount of data? Can both be used to query data with the Filter API? Are there size limits on both?
    Best regards
    Jan

    Hi Jan,
    The difference is that one uses a memory mapped file and one uses direct nio memory (as part of the memory allocated by the JVM process) to store the data. Both allow storing cache data off heap making it possible to store more data with a single cache node (JVM) without long GC pauses.
    If you are using a 32 bit JVM, the JVM process will be limited to a total of ~3GB on Windows and 4GB on Linux/Solaris. This includes heap and off heap memory allocation.
    Regarding the size limitations for the nio-file manager Please see the following doc for more information.
    With the release of 3.5 there is now the idea of a Partitioned backing map which helps create larger (up to 8GB of capacity) for nio storage. Please refer to the following doc.
    Both can be used to query data but it should be noted that the indexes will be stored in heap.
    hth,
    -Dave

  • What is the difference between buffer busy waits and free buffer waits

    what is the difference between buffer busy waits events and free buffer waits in Oracle database?
    select *
    from
       v$system_event
    where
       event like ‘%wait%’;
    EVENT                       TOTAL_WAITS TOTAL_TIMEOUTS TIME_WAITED AVERAGE_WAIT
    buffer busy waits                636528           1557      549700   .863591232
    write complete waits               1193              0       14799   12.4048617
    free buffer waits                  1601              0         622   .388507183

    jetq wrote:
    Buffer busy waits occur when an Oracle session needs to access a block in the buffer cache, but cannot because the buffer copy of the data block is locked. This buffer busy wait condition can happen for either of the following reasons:
    * The block is being read into the buffer by another session, so the waiting session must wait for the block read to complete. If the OP is running 10g, that would be recorded as "read by other session" not "buffer busy waits" - and unfortunately he didn't tell us the version.
    * Another session has the buffer block locked in a mode that is incompatible with the waiting session's request.
    The Free Buffer Waits Oracle metric wait event indicates that a server process was unable to find a free buffer and has posted the database writer to make free buffers by writing out dirty buffers.
    There is another possibility - if the OP is using a keep and recycle pool: see http://jonathanlewis.wordpress.com/2006/11/21/free-buffer-waits/
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk
    To post code, statspack/AWR report, execution plans or trace files, start and end the section with the tag {noformat}{noformat} (lowercase, curly brackets, no spaces) so that the text appears in fixed format.
    "For every expert there is an equal and opposite expert"
    Arthur C. Clarke                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Is there any difference between amd 7640m 1GB and amd 7670m 2GB graphics performance...?

    Hello experts,
                              I have a question regarding laptop gaming performance.
    I have HP Pavilion G6 2005ax with AMD 7640g + 7670m (1.5 GB) graphics. But gaming performance is not awesome. It's not capable to run latest PC game at highest settings.
    My question is that Is there any difference between AMD 7640g + 7670m (1.5 GB) and AMD 7640g + 7670m (2.5 GB) graphics cards performance...?
    One graphics card hase 7670m 1GB and second one has 7670m 2GB graphics RAM.
    So which one perform better and why....?
    Should I upgrade AMD 7670m 1GB to AMD 7670m 2GB to play latest pc games at highest settings.....?
    Netbook configuration----- 
    HP Pavilion G6 2005AX
    AMD A-8 4500m processor
    4GB RAM
    AMD 7640g + 7670m (1.5 GB)
    5ooGB HDD

    CSsingh wrote:
    .... One graphics card hase 7670m 1GB and second one has 7670m 2GB graphics RAM. So which one perform better and why....?
    Hi,
    Same GPU but more RAM will perform better. You have to make decision before hand, upgrading it is a pain.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How does muse tell the difference between a temporary site and my free 5 sites with my creative cloud membership?

    how does muse tell the difference between a temporary site and my free 5 sites i get with my creative cloud membership?
    because they both use .businesscatalyst.com and there's no option to say that it is a temporary site not a finished site i wish to publish to my creative cloud account.

    Since this is an open forum, not Adobe support... you need to contact Adobe staff to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • What's the difference between a web site and a web application?

    I'm stumped trying to come up to a difference between a web site and a web application for myself. As I see it, a web site points to a specific page and a web application is more of some sort of 'portal' to content and information.
    But where I'm stuck is that a web application is still viewed through a browser (is it not?) and a web site can still view content dynamically, making the line between web site and application prety gray.
    For instance, does a web site using ASP.NET or AJAX (I assume ASP.NET is AJAX's proprietary sibling, if not, ignore ASP.NET AND concentrate on the AJAX), becomes a web application because it can retrieve data dynamically and asynchronously or would a website
    using PHP and a CMS be more of a web application because it forms the pages on request, based on the request of the client and its content in its databse?
    Or maybe I'm totally wrong here - what differenciates between a web application and a website?
    http://support.peopleperhour.com/entries/68630566--C-mon-lets-Watch-The-Other-Woman-2014-full-movie-online-free
    https://glossicom.zendesk.com/entries/68643806--%D0%BC-v%C9%AA%C9%9Bc-%C3%A4st-Watch-The-Lucy-2014-full-movie-free
    https://cloudhance.zendesk.com/entries/68115098--%D0%BC-v%C9%AA%C9%9Bc-%C3%A4st-Watch-The-Lucy-2014-full-movie-free
    This is totally personal and subjective, but I'd say that a website is defined by its content, while a webapplication is
    defined by its interaction with the user. That is, a website can plausibly consist of a static content repository that's dealt out to all visitors, while a web application depends on interaction and requires programmatic user input and data processing.
    For example, a news site would be a "website", but a spreadsheet or a collaborative calendar would be web "applications". The news site shows essentially the same information to all visitors, while the calendar processes individual data.
    Practically, most websites with quickly changing content will also rely on a sophisticated programmatic (and/or database) backend, but at least in principle they're only defined by their output. The web application on the other hand is essentially a program that
    runs remotely, and it depends fundamentally on a processing and a data storage backend.
    http://support.peopleperhour.com/entries/68125597--%D0%BC-v%C9%AA%C9%9Bc-%C3%A4st-Watch-The-Lucy-2014-full-movie-free
    https://cloudhance.zendesk.com/entries/67541393--Watch-The-Godzilla-2014-free-Online-Full-Movie-HD-Quality
    http://support.peopleperhour.com/entries/68168787--Watch-The-Godzilla-2014-free-Online-Full-Movie-HD-Quality
    https://glossicom.zendesk.com/entries/68161538--Watch-The-Godzilla-2014-free-Online-Full-Movie-HD-Quality
    There is no real "difference". Web site is a more anachronistic term that exists from the early days of
    the internet where the notion of a dynamic application that can respond to user input was much more limited and much less common. Commercial websites started out largely as interactive brochures (with the notable exception of hotel/airline reservation sites).
    Over time their functionality (and the supporting technologies) became more and more responsive and the line between an application that you install on your computer and one that exists in the cloud became more and more blurred.
    If you're just looking to express yourself clearly when speaking about what you're building, I would continue to describe something that is an interactive brochure or business card as a "web site" and something that actually *does something that feels
    more like an application as a web app.
    The most basic distinction would be if a website has a supporting database that stores user data and modifies what the user sees based on some user specified criteria, then it's probably an app of some sort (although I would be reluctant to describe Amazon.com
    as a web app, even though it has a lot of very user-specific functionality). If, on the other hand, it is mostly static .html files that link to one another, I would call that a web site.
    Most often, these days, a web app will have a large portion of its functionality written in something that runs on the client (doing much of the processing in either javascript or actionscript, depending on how its implemented) and reaches back through some
    http process to the server for supporting data. The user doesn't move from page to page as much and experiences whatever they're going to experience on a single "page" that creates the app experience for them.

    ...can i make as many iweb websites as i want? ...and as many blogs as i want? ...i have never made one before....
    ....although, i do have my own small business and i do have a website that i paid a guy to make and also host....(which is a waste of $$$$ in my opinion as i think i can do a better job making one myself through iweb) ....
    ...anyways, i know it is splitting hairs but what exactly is the diff b/w a blog and a website ....i am under the impression that a blog is just a personal newsletter sort of thing,...?

  • What is the difference between Wine, Wineskin, Winery and Wine Bottler, and how do I get Wine to *ACTUALLY* work in Mountain Lion?

    Ok, so this is my first post here and I am admittedly terrible at forums. Someone might say, "This was addressed in the ___________ thread by __________! Go read it!" --- that may be so but I've spent enough hours trying to google this problem into submission to no avail based on what is apparently working for others, so I would like a chance to get specific answers to specific questions that aren't from Mar 2011, etc.
    So first of all, I'm confused by all the various Wine programs/apps/whatevers. I've seen Wine, Wineskin, Winery, Wine Bottler, and at this point I wouldn't be surprised if there are even more than that. What's the difference between all of these and how do they work with one another? What do I actually need to get windows programs working?
    All of my google searches have led me to people giving out fish, but no one giving out fishing lessons. I'm not a pro at mac and windows and all that, but I'm a fairly bright individual who gets VERY frustrated, very quickly, when I don't understand the why and how of something I'm attempting.
    I've also found "answers" where the person attempting to help starts off helpful enough, but degrades into the most archaic of techno-babble after about 5-6 sentences. On the other hand, I've watched tutorials on youtube where the poster decides to skip (apparently crucial) sections of the tutorial, and mutters such gems as: "... you might wanna have to run Wine first before you can do anything, cuz I think it has to configure it and set up a bunch of stuff" 
    O.o
    A happy medium between techno-babble and the most basic of explanations would be ideal for me, and I'd imagine for others as well.
    Here is a summarized history of my relationship with Wine:
    Diablo II - I downloaded this awesome thing which ended up being... uh... I guess Diablo II in a Wineskin "wrapper". I'm not sure, all I know is that it's a D2 icon, and if I go to 'show package contents', it's got C drive, Program Files, et cetera inside of it. I double click it, it launches D2, and it works like a dream. <3
    'Vanilla Install' - That's what I heard someone call it. It was the command/terminal style install using xquartz and xcode found at http://www.davidbaumgold.com/tutorials/wine-mac/. I followed every instruction to the letter, and got all the way to '$ sudo port install wine', at which point it started going smoothly, free from the possible error he described regarding the installation of xcode, and then just failed after I left the room to use the restroom and came back. Please don't ask me to repeat what the error was, because honestly, after reading more things on the interwebs, I'm confused as to why it's even necessary to go through all of that, so I'd rather not try that route again anyways, rendering the error message quite possibly irrelevant.
    Wine + Wine Bottler - So I decided to try to seek out an easier method, as I know that one must exist that doesn't involve command lines. I found a video tutorial at http://www.youtube.com/watch?v=m0BBkISOcEA, and oh man would it be great if that method had actually worked. Again, I followed all instructions provided to procure my free fish, and at the point in the video where he declares that "xquarts or x11 will open" - it doesn't open. Nothing opens. I was trying to install Star Sonata, btw.
    So here I am, thoroughly worn out, frustrated at all the random places Wine is installed on my mac now, and just want someone to explain it all, from top down, without getting toooooooo technical on me. I know that might be asking a lot...

    ## I know that the poster has already found a solution, but the following is a possible answer for others that have similar issues.
    For Winebottler, just go to their website and download it. Run the program. Choose .wine as your prefix (best choice) or whatever suits you best. You'll need a functional X11. If you can't use the one that comes with your mac, download the latest one from the website.
    If your issue is one with Winebottler's Wine not running correctly due to X11, then you have a pretty ugly problem, although a simple upgrade is the best solution (Upgrade XQuartz.app).
    http://www.davidbaumgold.com/tutorials/wine-mac/#part-1
    The above website is the easiest way to get REAL wine on your computer. First of all, Wineskin WInery, etc. are NOT WINE. They are 3rd party apps that may use Wine or may have originally part of Wine, but they are no longer up to date with Wine. WineBottler is currently up to date with the stable releases of Wine (but not the maintenence releases).
    For the website tutorial and to run Wine on your mac without using a thrid party app, you will need to know a few things.
    First, you will need to know basic control of the command line. That means, sudo (you must know the administrator password to your computer), and the forms of cd (change directory).
    Second, you will need Xcode. Download 4.2 (stable) or whatever other versions you want, but beware: It is over 1 GB, and you will need time for it to work.
    Third, you will need to get MacPorts and configure it. The tutorial should have this data.
    When you download wine (use sudo port install wine-devel for the latest development release of wine), it will first download a lot of dependencies. This will take a while. After that, it will download wine itself.
    After obtaining wine, to run a program, open the terminal.app window.
    cd desktop/XYZ/ZYZ\ WRQ
    The above will first enter the desktop, then folder XYZ, then folder ZYZ WRQ. From here,
    wine th11e.exe
    Or whatever executable you are trying to open. (Using Subterranean Animism as my example).
    It should, in theory, run the program. Watch the terminal for errors. If there is an X11 problem, then it's not wine acting up. If the app crashes or has other issues, check the Wine Application Database to see if your app is compatible with wine.
    If you have any further questions or other things, feel free to reply; I may or may not get back to you, but there's a good chance that someone will come in eventually. Otherwise, the Wine Wiki should have some information.

  • What is the difference between NetWeaver 7.3 and NetWeaver 7.03?

    Hi Experts,
    Can anydoby explain me the difference between NetWeaver 7.3 and NetWeaver 7.03? or say difference between NetWeaver 7.2 and NetWeaver 7.02?
    I have been confused by these 2 terms. As far as I know, the features of AS ABAP in NetWeaver 7.3 and NetWeaver 7.03 are almost same. The same applies to NetWeaver 7.2 and NetWeaver 7.02.
    BTW, as I know the BS2011 are based on NetWeaver 7.03, PI 7.3 are based on NetWeaver 7.3.
    Thanks and Best Regards
    Fei
    Moderator message: not directly related to ABAP development, please search for available information, e.g. in the Netweaver forums.
    Edited by: Thomas Zloch on Mar 1, 2012

    Vivianemt wrote:
    I have an Olympus OM D E 5, I think only Lightroom 4.3 is useable.
    The Olympus OM-D E-M5 was first supported in Lightroom 4.1
    http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html
    Vivianemt wrote:
    Can I upgrade from  LR 4 to 4.3??
    Yes, all 4.x dot releases (updates) are free of charge to all version 4 owners.
    You only pay again for the next major version upgrade = version 5  unless you're a Cloud member where all upgrades and updates are included in the membership fee.

  • Difference between Logic Pro 9 and Logic Studio?

    I have garage band and I notice that the instruments available are extremely limited, so I am looking to upgrade solely for the idea of getting more instruments and more features. Does the app store Logic Pro 9 have the extensive amount of official instruments to download for free? Or are there additional costs if you are looking to purchase the instruments for the app store logic 9?
    I know that the studio version has mainstage, compressor and other programs etc, but what I am looking to find out is if there is a difference between what instruments, resources and materials found in the $210 Logic 9 and the Logic Studio version that you can't download for free from inside Logic 9?
    Thanks

    Hi
    Segall wrote:
    Does the app store Logic Pro 9 have the extensive amount of official instruments to download for free?
    The instruments themselves are embedded within the Logic application, with the exception of the sample libraries for the EXS24 and Ultrabeat. All of the content, including the various Jampacks and sample libraries are available to download
    Segall wrote:
    Or are there additional costs if you are looking to purchase the instruments for the app store logic 9?
    No.... free
    Segall wrote:
    I know that the studio version has mainstage, compressor and other programs etc, but what I am looking to find out is if there is a difference between what instruments, resources and materials found in the $210 Logic 9 and the Logic Studio version that you can't download for free from inside Logic 9?
    The "Studio" DVD's include the now defunct Soundtrack Pro, which had around 20G of loops, beds and sound FX. Some of that material is now available for Final Cut X.
    A few utility programs are also missing (Waveburner etc).
    CCT

  • I did re-set my password and when I click on Install for Mavericks, I still get a box for "administrator password" and it still won't accept my new password. Is there a difference between my Apple ID and the administrator password they're asking for?

    I downloaded Mavericks and it won't install. I did re-set my password and when I click on Install for Mavericks, I still get a box for "administrator password" and it still won't accept my new password. Is there a difference between my Apple ID and the administrator password they're asking for? I never had an administrator password-- I just hit enter and have never had a problem before with previous installations. I'm on an iMac, from 2007, running Mt. Lion (version 10.8.5). I've been looking for other's posts who may be having the same problem, but haven't found any. Can anyone help?

    Ugh. The 'no password, no work' thing is a recent Apple development. I ran into it on my system and ended up having to do a clean install on a partition I fully erased.
    I suppose, if you have the ability to, go online and look up how to burn a bootable DVD image. Download the 10.8.4 image then use the Disk Utility to make a boot image of it. You'll need a dual-layer DVD or a USB drive (or memory stick at least 8GB) If you've got an optical drive, burn the disk, if you've a USB device, use that.
    Then get a pocket drive and copy your important files off the system or let Time Machine do a full backup.
    When the backup is done, insert the disk and hold down the C key until the machine boots off of the DVD. At the point you get to the start window, go to the menu and choose the Disk Utility.
    In the Disk Utility, reformat the drive. You go to the actual DRIVE (not the Macintosh HD, but the root above it that is the actual hard drive device)
    I always do this and *partition* it into several volumes, the benefit being, you can store all of your music, documents and importans stuff on that secondary storage volume you make - it will have it's own index and then the first volume is where you put the OS and it will have it's own index as well. That way, if the OS throws a wobbler and you need to reinstall, you don't lose your data.
    Depending on the size of your hard drive, it is good to give your OS partition at least 60GB and optimally 100GB, and the rest for storage.
    Name your volumes, use the little box sliders to manually size them or put that number in the size window, select for the format, Mac OS Extended (Journaled) and hit Apply and then the Disk Utility will quickly create your new partitions.
    Once finished, quit the Utility and it will return you to the OS installer. Select the volume you want to install to and it should start up and install.
    Once the installation is done, you'll get the new machine startup then you MUST put in a password for the computer. Once you're in, and to the desktop, don't bother with any Mountain Lion updates, go right to the App Store and get the Mavericks update and let it install the app to your Applicaitons folder, then do that install.
    On a side note, there MAY be a way to make a disk image from the Mavericks application and avoid the entire Mountain Lion step.. I honestly do not know, but a bit of hitting the search engines may find out if there is. I think that if you looked for "make Mavericks boot disk or boot image' you may find something.
    Good luck!

  • What are the OS differences between mini, mini server and XServe?

    Hi,
    Apart from cpu speed disk size and memory,
    what are the differences between the mac mini and the mini server?
    What, if any, are the differences in the OS, software tools etc?
    Also, what are the differences between the OS in the mini, mini server
    and the XServe (apart from of course cpu cores etc)?
    Thanks

    Thanks.
    Is it safe to say that these two pages list
    all the differences?
    http://www.apple.com/macosx/specs.html
    http://www.apple.com/server/macosx/specs.html
    Or is there any doc from Apple that lists the differences?
    Thanks.

  • Difference between MiniSAP 4.6D and MiniSAP Netweaver

    Hi guys,
    I was confused with MiniSAP 4.6D and the MiniSAP Netweaver.What is their difference? I am searching for the MiniSAP where I could practice BASIS and ABAP, like R/3 system. But then, there is also a MiniSAP Netweaver. Could you tell me the difference between the two? And which one is free and where to download the right installer I am looking for my need?
    Thanks guys.

    In any case you cant download MiniSAP 4.6D , now only Netweaver present on SDN for download Also 4.6D it's very old release, try to use Netweaver ...
    For learning it good, -->
    New Blog Series: ABAP Trial Version for Newbies
    Regards.

  • Difference between CIVS-IPC-VT38 and CIVS-IPC-VF31

    Hi Expert,
    1, May I know difference between CIVS-IPC-VT38 and  Cisco IP Camera Fujinon 3-8 mm  Varifocal Lens CIVS-IPC-VF31?
    2, Do I need a lenses for Cisco CIVS-IPC-2611   Dome camera, if it is what the part number?
    Thanks

    I'm just going by memory here, but I believe the VT38 part is made by Tamron, and the VF31 part is made by Fujinon.
    Personally, I prefer the Tamron parts if I have the option, but you may want to review the detailed spec sheets from each manufacturer.
    Also, the 2600 series domes have their *own* non-swapable optics made by "Computar".  I can't remember the varifocal range off the top of my head right now, but it would be in the datasheets from Cisco for sure.
    Hope this helps!
    Cheers!

  • Difference between SAP Access Control and IDM

    Hi Expert,
    I have one question What is the difference between SAP Access Control and SAP Identity Management ?

    Ali,
    That's a good question, but a tough one.
    While both applications can do most of what the other can do, it's a matter of specialization in my opinion.
    Access Control is all about managing and controlling access to SAP system roles and has the ability to report on role conflicts for compliance and reporting purposes. (I'm sure I'm leaving a lot out, but maybe a GRC / AC expert can fill in more details)
    SAP IDM is about managing the user life cycle with regards to landscape and enterprise systems. It will handle the creation, update and ultimately the removal (or de-provisioning) of users in SAP ABAP, SAP JAVA, LDAP, JDBC, and API based applications.  It will also do Role Management through a web based UI (User management is web based as well). and as of the latest Service pack for SAP IDM 7.2, it will do attestation (limited certification) as well. It is a definite upgrade to CUA as it will work with a greater variety of systems, include workflows and approvals.
    GRC will do some provisioning, but it's somewhat limited, as is IDM's compliance abilities.
    The applications are designed to work together, however it does not have a great track record and the integration is typically heavily modified to work as desired.
    If you have specific questions, feel free to post / DM.  Obviously I am more knowledgeable about IDM, but I'll be happy to help you in any way possible.
    Regards,
    Matt

  • Difference between Price indicator V and S posted as consumption.

    I am facing a problem with price indicator.
    For halb material with price indicator S, the system post the difference between Price indicator V and S as consumption.
    If i have already maintained the price indicator as standard price why the system calculates the difference between the moving average price and standard price.
    please help.
    Regards,
    Sumit Jain

    Thank you for the responses Wonkanoby and Doctor Stu...
    Now i only have 3 questions left... #2 #3 #4
    Questions
    #1) Are there any other differences between the boards apart from the fact that the K7N2GM-V is newer?
    Answer : There are no OCing options
    #2)  i noticed while browsing the Motherboard Comparison Chart that the K7N2GM-V is labeled as a "400" while the K7N2GM2-LSR is labeled as a "dual 400" under the "Memory Bus" section.  Can someone please explain what this means...
    #3) i noticed the K7N2GM-V is labeled as a NVIDIA nForce2 IGP 64 chipset while the K7N2GM2-LSR is labeled as a NVIDIA nForce2 IGP.  Could someone please explain what the difference is between the 2?
    #4) Where are the mobo manuals.. ive been all over the site and cant find any.. i could only find manuals on the www.msi.com.tw website and they didnt have the manual for the K7N2GM-V there..
    Thanks in Advance
    Eddie

  • Difference between r/3 report and bw report

    Hi
    can u give me detail difference between r/3 report and bw report.all information is geting in r/3 y bw report
    plz send me any document if u have
    prasanth.k

    Hi,
    These two reporting seem to function similarly with slice and dice.
    A) The major benefits of reporting with BW over R/3 are in terms of performance and analysis.
    1. Performance -- Heavy reporting along with regular OLTP transactions can produce a lot of load both on the R/3 and the database (cpu, memory, disks, etc). Just take a look at the load put on your system during a month end, quarter end, or year-end -- now imagine that occurring even more frequently.
    2. Data analysis -- BW uses a Data Warehouse and OLAP concepts for storing and analyzing data, where R/3 was designed for transaction processing. With a lot of work you can get the same analysis out of R/3 but most likely would be easier from a BW.

Maybe you are looking for

  • Using upgrade from another family plan

    My family has 2 family plans. 1 with 4 phones and 1 with 3 phones. All under same account person. Although, 2 seperate bills. Question, can i use a upgrade from one of the numbers on the plan that I am NOT on?

  • How to update Quantity and Value in Licences for Deemed Export

    Dear All, Could you please let me know where I have to update the Quantity and Value of Licence in case of Deemed export. I am not aware much about Deemed export. I hope CT3 is the licence, against which we have to maintain the Value or Quantity. Whi

  • Aperture 3 import of iphoto library

    i downloaded a trial version of Aperture 3 but it does not appear to see my iphoto library (just music and photo booth in in Pictures folder)

  • Error when create schemas for webcenter using URM.

    Hi, I use Oracle Urm to create necessary schemas for Webcenter. Everything goes well when I create the tables. However, when I extend my domain with Webcenter, comes to the database connection testing step, the tests always fail. It said: A connectio

  • Webpages do not always load 1st attempt after exch...

    I bought a new TP Link Router & dual aerial wireless USB adapters to solve my line speed issues as the old BT Home hub 1.5 cannot handle the new exchange. http://www.shop.bt.com/products/tp-link-300mbps-wireless-n-adsl-router-77S0.html Now some websi