Creating aggregates on partitioned Cube?

Hello Everyone,
We have a cube partitioned by Fiscal year/period.  Will creating aggregates help at all after partitioned is done?  Essentially, do you create aggregates if a cube is partitioned?  Is it either partition or aggregate?
Thanks

Hi,
these two concepts are independant: you can create an aggregate or not:
- if your AGG has 0FISCPER, it will be partitionned as well.
- you can create an AGG without 0FISCPER; it won't be partitionned
Of course it makes sense to create an AGG on partitionned cubes! And of course it will help....
I magine an AGG with 0FISCYEAR compared to the same AGG with 0FISCPER; it will have potentially 12 times (if your fiscyear has 12 periods...) less records thus queries using it will be definitively faster.
In adidtion you can create an aggregate for a particular FISCYEAR (e.g. 2007)...
Please note that partitioning will only help if your cube is collapsed; indeed the partitionning only affects the E fact table.
hope this helps....
Olivier.

Similar Messages

  • Can we create aggregates on the cube which has been compressed

    Hello Gurus,
    Can we create aggregates on the cube which has been compressed. We have a AP cube with 60 Millions of data. If we compress it now, going forward, can i create Aggregates on that cube. How is the performance will effect.
    Answers will be rewarded...

    Hi......
    This is a tablespace problem........its better u contact any Basis people.......Since the no of records is huge......due to this the problem arrise..........they can solve the issue.....
    Anyways check this......
    http://help.sap.com/saphelp_46c/helpdata/en/2e/d9507794f911d283d40000e829fbbd/content.htm
    Regards,
    Debjani.....

  • Help on Creating Aggregates on MultiProvider

    Hi All,
    Is it possible to create aggregates on MultiProvider or its possible in Basic Cubes Only. please suggest with that? some document i go through You do not have to create aggregates for MultiCubes.
    regards
    babu

    magesh,
    aggregates on multiprovider would mean separate aggregates on the constituent cubes / ODS...
    Go to the cube and select propose aggregate from query and select your multiprovider query - use the aggregate(s) proposed for the same....
    When running the query on multiprovider , the agregates on the constituent cubes will be used...
    Arun
    Hope it helps...

  • Which is better?? INDEXING or AGGREGATES or PARTITIONING??

    Hello BW Experts,
    If I need to decide one out of three i.e., INDEXING or AGGREGATES or PARTITIONING for better performance.. ??
    whcih one should i go for?? and why??
    Plz throw some light on this!!
    Thanks & Regards,
    Sapster.

    Hi,
      For query performance and dataloading performance we need all the three.. So we cannot say this one is better than other as per my knowledge..
    Partition:
    By using partitioning you can split up the whole dataset for an InfoCube into several, smaller, physically independent and redundancy-free units. Due to this separation, performance is increased when reporting, or also when deleting data from the InfoCube.
    Aggregates:
    An aggregate is a materialized, aggregated view of the data in an InfoCube. In an aggregate, the dataset of an InfoCube is saved redundantly and persistently in a consolidated form on the database.
    Aggregates allow quick access to InfoCube data during reporting. Similar to database indexes, they serve to improve performance.
    Index :
    Indexes are created in the fact table for each dimension allow you to easily find and select the data. When initially loading data into the InfoCube, you should not create the indexes at the same time as constructing the InfoCube, rather only afterwards.
    The indexes displayed are the secondary indexes of the F and E fact tables for the InfoCube. The primary indexes and those defined by the user are not displayed. The aggregates area deals with the corresponding indexes of the fact table for all aggregates of an InfoCube.
    Have a look at the below document..
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e7deb490-0201-0010-f882-ef40f8c9bb5c
    Regards,
    Siva.

  • How to create Aggregates

    Hi,
    I know the conditions when to create aggreate and on what propasal options do we have(St03,rsa1)..all i know but the thing is suppose for a cube 0SD-C01 how we can estimate whether we require aggregates or not..i mean to ask can anybody give me the navigational steps how to conclude whether we require aggregates for a cube?
    thanks for sharing knowledge..

    Hi sai mukesh
    Let me be clear about u r question..
    U want the info how to decide the aggregate and how to create the aggregate right..
    if thats the case
    First of all create the query on the cube and try to estimate the usage of that
    particular query go to RSRT and there give u r query just click on Execute+debug
    it will show u a pop up ther sect the aggregate info it will show u the proposed
    aggregate info with the dimensions make a note of that and then just go to RSA1
    selct your cube and then counter click on it select maintain aggregate it will show
    u new screen click on the dimensions which u got in RSRT and dactivate it then
    come back to RSA1 screen selct u r info provider counter click on it go to mange
    rollup and fill the aggregates ..and run the query twice check the query run time...
    Hope itz clear..
    Cheers
    R M K
    **Assigning pointz ez da only way of saying thanx in SDN**
    Message was edited by:
            R M K

  • Creating aggregates using abap instead of relying on the interface

    Does anyone know how to create aggregates in BW by using abap instead of the habitual dragging and dropping?

    Hi dear,
    I know there is a report to copy an existing aggregate to a cube to another one (look at OSS note 608814 "Program for copying aggregate definitions")...
    Maybe this can be useful...
    Bye,
    Roberto

  • When we create aggregates ? r tables created for aggregates?

    Hi all,
    When we create aggregates are tables generated for aggregates ? if so what are all the tables created and let me know the naming conventions of those tables /bic/???
    regds
    hari

    Yes - when you create an aggregate, it creates E and F tables.  The aggregate tables use a BW assigned number.
    So InfoCube 0IC_C03 has an F fact table /BI0/F0IC_C03 and an E fact table /BI0/E0IC_C03, but the aggregates fact tables are like /BIC/F100032 and /BIC/E100032.  If you create more than one aggregate on this cube, the aggregates are assigned whatever the next available number is, so you could have aaggregate 100032, 100036, 100041.
    You also have Dimension tables  with aggregates that are like /BIC/D1000321.  If a dimension for an aggregate is identical to the base cube's dimension, then the BW is smart enough to recognize that, and it will use the base cube's dimension table instead creating another one for the aggregate which would be identical.

  • Can Navigational attributes be used to create aggregates ?

    Can Navigational Attributes be used to create aggregates?

    Ok. But I am following 'SAP BW  A step by step guide by Fu and Fu'  (refers 3.5 version of BW ) which states otherwise. Its using the following example.
    1. 3 infoobjects defined for Sales Rep, Sales Region, Sales Office.
    2. Sales Region and Sales Office are defined as navigational attributes.All 3 are under the same dimension
    3. Then its in the book that as Sales Region and Sales Office are hidden inside the Sales Rep Characteristic, we cannot build aggregates on Sales Region and Sales Office.
    Is it something to do the way Cube is modelled. Or is just that Navigational Attributes can be used to build aggregates.

  • Steps before creating aggregates

    Hi GURUS
    I got an requirement for creation of aggregates for a customized cube.Need to know what are the considerations need to take before creating aggregates.
    Thanks

    Hi,
    If you  want to creat aggregates based in system proposal be sure that you are gathering statistical information for your infoprovider.
    aggregates:
    [http://help.sap.com/saphelp_nw04/helpdata/en/7d/eb683cc5e8ca68e10000000a114084/frameset.htm]
    Bw statistics:
    [http://help.sap.com/saphelp_nw04/helpdata/en/72/e91c3b85e6e939e10000000a11402f/frameset.htm]
    regards

  • How To Create the HP_TOOLS partition manually?

    Hello,
         According to HP, you can create the HP_TOOLS partition manually with type FAT32 and make the partition name HP_TOOLS. I installed Windows 8 on my MSata Drive after I upgraded it and for some reason you can't install the HP_TOOLS on those drives it always gives an error. So When you download the HP UEFI Support Environment from the drivers/software from HP, it will install it on the Hard Drive which I use as a backup drive now.
    However, when you restart the computer and hit F2, you do not have the full feature to even run a system check, I have to boot it from a USB instead. How do I fix this problem so I can do a "Custom" install back of the HP Tools and be able to use it without any issues?
    What I have done was create a partition on my msata with 2.01GB like it created on my HDD. I made it Fat32 and named it like it said HP_TOOLS. I then copied over the Folder from the HDD to the MSATA Drive. Still it does not work. Any advise would greatly be appreciated!

    Bump

  • I have created a new partition on the Mac HD for Lion as I would like to dual boot. Do I need to install Snow Leopard on that partition before installing Lion? If so, can I use one of my Time Machine backups to do this?

    I have created a new partition on the Mac HD for Lion as I would like to dual boot. Do I need to install Snow Leopard on that partition before installing Lion? If so, can I use one of my Time Machine backups to do this?

    zoominnana wrote:
    Can I set up 2 different time capsule backups? one for the lion partition and one for the snow leopard partition?
    No, you can't partition a Time Capsule's internal HD.  Both partitions will back up to the same sparse bundle. keeping the backups for each partition separate.
    Time Machine will not take the two OSX partitions as two different computers, but for best results, exclude the Snow Leopard drive from backups on the Lion partition, and exclude the Lion partition from backups on the Snow Leopard partition.
    There may be some files on the Lion partition that Time Machine on Snow Leopard won't like, among other things.  See #10 in  Time Machine - Frequently Asked Questions for details.

  • How can I create a new partition to install Windows 7 by not using Bootcamp

    How can I create a new partition to install Windows 7 by not using Bootcamp?

    If you want to dualboot you have to use boot camp i think. I think you have already a full disc and cannot make another partition I'm I right?
    Your question seems a bit blurry so I'm giving you a general tip here.
    If you want to just try the beta you can always use Sun's "Virtualbox".

  • Can i create a disk partition and install SL onto it from my disks I got with my iMac

    I want to start learning how to use the Terminal and how to start inputting and outputting data via the Terminal.  I thought that I could create a small partition on my hard drive and then install Snow Leopard onto that partition (so that while I was learning how to use Terminal commands I would not wreck anything.)
    It then occurred to me that by doing this I would also learn how to install OS X.
    Can I do this?
    Does the disks I got with my iMac have a limited number of installs?  Because if they do I don't want to use them up in case I have to reinstall at any point in the future.
    Do those disks have a full version of OS X Snow Leopard on them, or are they just for repairing the version on my system?
    If I was to create a partition, when I delete that partition will I automatically get back the space?
    Is what I want to do hard?
    Can someone please give me some guidance before I begin doing this?
    Many thanks
    Jason

    The OS X Install Disc that came with your computer is just that a full licensed copy of OS X for your system, it can be installed as many times as you would like but it will ONLY work on your machine. The only limitation to those discs that I'm aware of is they are machine specific.
    My suggestion would be to get an external HD and use the Install Disc to install OS X on the external. Don't get a cheap USB drive, get the fastest drive (at the moment that would be Firewire 800) you can get. Drives I'd recommend are Lacie Quadra d2 series, G-Tech G-Series and OWC (www.macsales.com) Mercury Elite Pro series. This would be a much wiser strategy than partitioning  your internal drive, that way if you real create a major mess it won't affect your internal HD.
    Roger

  • How to create multi volume partition

    Hi
    I'm trying to figure out how I can create one single partition accross multiple disks so that I basically can extend the partition at the moment I'm running out of diskspace.  The disks that I use are western digital mybook daisychained via firewire 800.
    I tried to find option in diskutil but couldn't find it, possible that this might be doable on the command line but I'm too unfamiliar with it.
    Any suggestions are highly appreciated.
    Thanks in advance,
    Frans van Wessel

    Matt Clifton wrote:
    The only way to do what you want with Mac Extended format is to use RAID to stripe a volume across multiple disks. However, it is not dynamic in that you cannot add space later in the way you describe.
    I feel I must add that in addition to missing "dynamics" and a few other disadvantages, RAID 0 is highly dangerous due to zero fault tolerance. If only one of the partitions/drives goes bad, none of the data on all of the partitions can be accessed anymore!
    fvwessel, you better locate large portions of your data, such as videos, music, photos, onto separate, individual and independent drives. It'll make it safer, and typically all apps are supporting it.

  • How to create a second partition on the harddisk?

    Hello To All Members!
    I recently got some viruses on my laptop. So I had to use my recovery cd to recover my system.
    Now the problem is that I asked me for the partition where are the files which are being extracted. I marked it to 30GB.
    So, windows is working fine but my Rest of 50GB will not be shown.
    I thought that the recovery cd will make a new second partition as well, but it did not. Now how to make some other partitions?
    Second question related to first one is how much time i can use this recovery disk. I mean will the windows remain genuine?????
    For the partition problem i dont know of some possible solutions cause i needed three partitions, 1st of 30GB(Windows Default) and other two of 25GB.
    The Best Solution coming in my mind is to make any windows ME or 98 bootable cd and run fdisk to create the remaining partitions.
    But it is makes some new questions in my mind. Do i have to use a recovery cd again? If yes than I will not use this process again cause it will ask for partition to extract files of windows and i will choose 30GB again.
    And again it will remove additional partitions.
    Please help me and clear the questions coming in my mind..
    [Edited by: admin on 31-Mar-2007 08:32]

    Hi there,
    do know for the UlltimateBootCD4Win? This from CD bootable WinXP-BartPEedition with additional tools gives you the ability to make such things like partitioning, backup or formatting your HDD.
    It has many more applications which help you to maintain your system without booting your original OS.
    So I think that this CD will solve your partitioning issues.
    Heres a link: www.ubcd4win.com/
    Just try it and tell me your opinion.
    Nice weekend and greetings from the sunny south ;)

Maybe you are looking for

  • Backing up my DVD SP / Final Cut Pro project

    I have an external HD of 250 Gb, but this is insufficient to store all the data of my various video/DVD projects. So, when I have finished a video project and burned the final DVD, after some time I delete the .MOV, .M2V, .AIF etc. files which were a

  • Why does my iBook not have a file size on the iBookstore?

    Hi everyone, I apologise if this has already been answered, however, I could not find an answer anywhere. Basically, I submitted a children's iBook (The Tale Of Blob-Ba-Cus) to the iBookstore in June. In the section on the iBookstore where is says au

  • Hotkey shortcut for selecting url in address bar to type new url?

    Hi, is there a shortcut hotkey for selecting all of the url in a browser window in oder to quickly type a new address, etc? Thanks (For example, rather than move the cursor up to an address such as http://www.apple.com is there a key combination I ca

  • Having trouble with audio streaming

    I have tried numerous times to stream specific files through my Mac Book Pro, on this specific web page when I click stream.  Does anyone have a solution?

  • Identity Management iView Height on Light Desktop

    I cannot seem to find where to change the properties for the Identity Management Web Dynpro (under the User Administration role) so that it will display the full page height instead of the default fixed height of 80 pixels. I have checked throughout