ASO physical clear increases cube size?

I am testing out performance and feasibility of a physical clear and have noticed that the cube size actually INCREASES after doing a physical delete. The cube size increased from 11.9 GB to 21.9 GB. Anyone know why?
Our ASO cube is used as a forecasting application and models are being updated consistently. Logical delete won't work because a model can be updated multiple times and direct quote from manual precludes the logical clear option.
"Oracle does not recommend performing a second logical clear region operation on the same region, because the second operation does not clear the compensating cells created in the first operation and does not create new compensating cells."
Here is the MDX I used to do a physical clear of ~120 models from the cube.
alter database Express.Express clear data in region
PM10113,
PM10123,
PM10124,
PM10140,
PM6503,
PM6507,
PM6508,
PM6509,
PM6520,
PM6528
}' Physical;
Any insight would be greatly appreciated.

I am sorry but I do not have my test system available so i will have to do it from memory.
I am surprised at this - it is what you would expect if you did a logical clear. When you look at db statistics does the number of cells reflect the original less the cleared area? And does it show no slices? If so then you did do a physical as your maxl indicates.
You might want to stop and start the application. Otherwise I will have to check some more.
But given the size of the increase (almost doubled) I would wonder why you would do a clear as opposed to a reset. Finally I am wondering why you are doing a clear at all? Why not just a send and let an incremental slice. That way only the changed cells would be found in the slice. More important the slices would be quite small and likely automatically "merged".
Finally - I am wondering about the DBAG quote (page 982 on PDF) you included. Again I would have to test but I think they are only warning that the the number of slices will start to build up but I would expect that "because the second operation does not clear the compensating cells created in the first operation and does not create new compensating cells". The net result would still be correct.

Similar Messages

  • Logical and physical clear in ASO

    Hi There,
    I found one statement for Logical and physical clear in essbase dbag
    The process for logically clearing data completes in a length of time that is proportional to
    the size of the data being cleared.
    The process for physically clearing data completes in a length of time proportional to the
    size of the input data, not to the size of the data being cleared
    What does size of the input data actually means? How it is different from data being cleared.
    Thanks.

    What is interesting with these statements is based on them, you would think a logical clear would be slower than a physical clear. In reality, it is vastly faster. I took a 30 minute physical clear down to about 40 seconds with a logical clear. Logical clers create offsetting entries from the main cube in a slice to produce a result whila a physical clear deletes the actual data. The one thing about logical clears is rather than have #missing for cleared intersections you get zeros

  • Aso cube size after migration to essbase 9.3.1

    Hy,
    Our Aso cubes size after migration from essbase 7.1.2 to 9.3.1 are double and more.
    Do you have any suggestion?
    Thank you.
    Lorenzo

    You could try Essbase Security Dumper (ESD), available for download on www.dougware.com. It will export users, groups, and filters into a text dump that is easily read/modified and updated to another server.
    Caveats: only works with native security, and assigns random passwords to users that are created (a log file shows all upload tasks which can be used to look up the password assignments).
    It may help, although it's obviously not going to eliminate all the effort, as I don't believe there is a tool that will migrate native passwords from one box to another.
    There are other security tools available there that can help recover individual databases and such.

  • ASO: Cube size

    Hi,
    We are currently working on designing a system with the cube size estimated to be in the region of 400GB to 600Gbs. I wanted to explore Essbase ASO as an option. Has anyone implemented a cube of that size using ASO and if yes how is the performance with regards to query performance and processing time. Are there any specific issues that we have to keep in mind? We would have about 12 dimensions.
    Thanks,
    Amol

    hi Amol,
    1. On what basis , did you estimate your cube to around 400GB to 600GB.
    2. If ASO is an option, its huge advantage lies in space, its does not take more space , unlike BSO.
    3. I have seen cubes ,who size was around 300-400GB in BSO,when made the same cube into ASO , its consumed space of 40GB-45GB.
    HOpe this helps
    Sandeep Reddy Enti
    HCC
    http://hyperionconsutlancy.com/

  • My cube size is go on increasing essbase how to handle this ?

    ex:day 1 my cube size is 60 gb.after 2 days it go 80 gb.how to handle this in essbase

    May be you can try to do a restructure of the Cube. But it will take more time and and when this restructure is being performed no one will be able to access the cube.
    All the pag files will reduce to less files once its done.
    We have around 170 pag files and after restructure they have reduced to 130 pag files. You do not need to change any data inside the cube to do this.
    The process to do from F to H and back from H to F.
    Restructure to H drive
    Create the directories on the H drive if they do not exist. (not sure if this is necessary)
    Go to properties of the cube (storage tab) and remove the F drive, and add H drive
    Do a stop and start of the database
    Go back to properties and insure the H drive is there
    Right click on the cube and confirm the H drive is  there
    Then go to cube and do a restructure
    Restructure back to F drive
    Go to properties of the cube (storage tab) and remove H drive and add F drive
    Do a stop and start of the database
    Go back to properties and insure F drive is there
    Then go to cube, right click and do a restructure back to F.
    Regards,
    Naveen

  • ASO Data clear

    We are clearing data in the ASO cube by reloading the previous data files with rule files to insert the #missing in the same combinations.
    We are able to clear the data.
    But my doubt is whether it will reduce the cube size or we need to restructure the cube?

    If you overwrite the existing data with #missing in an ASO cube, then the cube size will be reduced.
    Unless there is a requirement to distinguish between zeros and missing values in the database, it is better to replace zeros with missing values
    It will also reduces the size of the database.
    You dont need any restructure.

  • How To Increase the Size of Memo Fields 4000 Char in WebCenter 11g?

    How To Increase the Size of Memo Fields greater than 4000 Char in WebCenter Content (UCM) 11g?
    I was able to increase the size of Memo field from 2000 Char to 4000 by setting parameter value MEMOFIELDSIZE=4000 . But the requirement is to increase the size more than 4000 around 7000 char but Database(Oracle 11G) is not supporting more than 4000 char.
    Is there any other way to increase the size of Memo field?
    Thanks in Advance!!
    Regards
    Ram

    Hello All,
    Thanks for your responses.
    Let me explain the scenario again in detail:
    1. we have three meta-data fileds xProductCategory,xProductFamily and xProducts
    2. These fields are related with DCL feature and corresponding values are being stored in corresponding custom Views
    3. xProducFamily is dependent of xProductCategory and xProduct is dependent on xProductFamily
    4. currently, there are around 250 Product values and average name of Product can be of 25 Char, so if we are selecting all product values for some Contents then Product Values are being stored in DocMeta table as comma separated values with one space, so total characters are being very high than 4K Char.
    5. Currently view that is storing the Product values, stores "Name" column instead of ID(like 1,2,3....)
    6. And our Content Server is integrated with Oracle WebSenter Portal, where logic has written to retrieve the contents based on "Product Name" instead of "Product ID" and already we are in UAT phase.Currently we are not in situation to revert the changes from Product Name to Product ID.
    7. Also if we are storing the values on the basis of Product ID, then again the issue may arise in Future, if the number of Products increased.
    Hoping the issue explanation is clear now and waiting for some possible solution for increasing the length of memo field.
    Thanks in Advance !!
    Regards
    Ram

  • How to increase the size of the exported dashboard in powerpoint

    When I am trying to increase the size of the dashboard in the powerpoint then the fields are overlapping in the powerpoint slide.
    Actually in the preview the size of the fields is clear and font is visible. But in the ppt if the report size is not increased then the font is not clear, and when increasing the report in the ppt  then the fields are overlapping.
    How to resolve?
    Thanks in advance

    Siva,
    This is very common issue.
    Try increasing the font size and align your components in design mode, and try resizing the dashboard in ppt as well.
    Hope this helps...
    -Anil

  • How to increase the size (Length and width)  of check box

    Hi All,
    I have to increase the size of ( width and length) of check box, I have revised to check box topic in dev guide but didnt find any clue, i have also tried to use CCStyle class but that is also not working, I would appreciate if some can help me out on this. Thanks in advance , let me know if any clarification required.
    Thanks
    Pratap

    Hi Pratap ,
    I honestly don't know how to increase the size
    But i am giving you an alternate solution : we can create two Images with check box type 1 ) with checked
    2 ) with unchecked . ( you can create image of any size ) and get them displayed on OAF screen dynamically using switcher case .
    Dynamically displaying image will give the illusion of check box being checked and unchecked .
    keep this image moved to following media directory
    eg : /oraapp/mfgtestcomn/java/oracle/apps/media .
    Implement the switcher case , add the fire action to this Image Column , create a transient attribute and attach to this
    column . Depending on the value returned by transient attribute display the image on the column .
    Let me know if its not clear .
    Keerthi

  • Increasing icon size in finder window

    In Snow Leopard I was able to increase the size of icons in any finder window by pinching out. I seem to have lost that ability after upgrading to Lion. This was a great feature, especailly for folders with photos in them. Does anyone know how to bring this back?

    Hi,
    thanks for the star too!
    I'm afraid I don't understand what didn't work... Mmmm...
    What I tested on my own computer (I also run 10.4.8) was that
    1/ I opened my home folder
    2/ my files are in "Icon view"
    3/ I went to the pull down menu at the top of the computer and chose View
    4/ I selected Show View Options (or Apple + J)
    5/ A window opened that allowed me to change the size of the icons in that window and also gave the possibility to change the size in all windows.
    I'm sorry if I was not clear before.
    Francine gave you the best option anyway. Thanks again!

  • "Increase database size" popup on gmail

    When accessing gmail through Safari, I get a popup that says "Increase Database Size?" It then subtexts "Do you want to allow "mail.google.com" to increase database size to 10 MB?" The options are cancel or increase.  How do I make this popup stop? 
    I have also cleared cookies, cache, history, and reset network settings.
    I know this is a feature of gmail to cache, but how do I clear or prevent this?

    The same thing is hapening to me. It is very irritating. Could someone please answer how to stop this, without suggesting switching to iMail. I have looked all over the web and lots of people asking about about this, but nobody offering the solution.
    Kevin

  • Apple Mail (Mavericks), Viewing size of list is too small.how do you increase the size of the email message list.  The font is too small, I can hardly read them.

    In Apple Mail, using Mavericks, how do you increase the size of the email message list that displays on the left side of the screen?
    The font size is so small.
    Thanks.

    Thank you for responding.  After investigating and checking further, it was clear that only one of your suggestions changes the font size of the list of emails, also called the In-box.  And that is the display resolution.
    However, changing the display resolution affects the dots per inch of everything, everywhere and makes it larger.
    Given the high end fee Apple charges for their products, and the generally well developed software they provide, it is hard to imagine they have not corrected this obvious slight of effort on the inbox text. At times Apple's "one-size-fits-all" and "it's our way or no way" mentality astounds me and makes me want to run back to Microsoft.
    Evidently this is a well known mistake, which has yet to receive any attention.
    Again, thank you for your effort and assistance on my behalf.

  • Increasing the size when unlocking

    Is unlocking the pdf form with Reader Extensions server going to increase the size of the form
    I had a PDF form with size 1 MB
    After enabling reader extensions it became 3.8 MB
    Has anyone observed this ?
    Thank You
    Srinivas Surapaneni

    John,
    I too have found that there may very well be a BUG in the reader-rights enabling feature of Adobe Acrobat 8.0 through 8.1. When PDF forms are saved with reader-rights enabled, performing repetitive File>SaveAs commands results in the unusual behavior of the file size growing exponentially regardless of whether you add data or delete data from the form. The expected behavior would be that if you add a little data: the file size grows a little and if you delete a little data: the file size shrinks a little. This is NOT the case with reader rights-enabled forms regardless of whether you perform the File>SaveAs operations in Acrobat 8.1 OR Reader 8.1.
    There is a very easy way to test this unexpected behavior (bug):
    Create a simple form in Adobe Acrobat 8.1 by:
    1)Open Acrobat and select from the menu: File>Create PDF>From Blank Page.
    2) Drag and drop a few (say 20) text box controls onto the form.
    3) Fill in the text box controls with some data.
    4) Save 2 versions of this form: one with reader-rights and the other without reader-rights. (As an example, the filenames could be: "blank_form.pdf" and "blank_form_RE.pdf")
    The form named "blank_form_RE.pdf" is the one that contains the reader-rights.
    5) Open "blank_form_RE.pdf" in Reader 8.1 and perform multiple File>SaveAs operations with data deletion and data addition combinations. You will find that the file size either stays the same or starts growing abnormally large. The size of the file NEVER gets smaller even when you clear the form of all the data! This behavior occurs even when you open the "blank_form_RE.pdf" file in Acrobat and repeat the same test sequence.
    6) But when you open the non reader-rights enabled form (blank_form.pdf") in Acrobat and perform the testing described in step #5, you will see expected file size growth/shrinkage behavior.
    We have alerted the fine people at Adobe to this problem and we are awaiting confirmation from them as to whether or not this is in fact a BUG in the reader-rights enabling feature of Acrobat 8.0-8.1.
    I called Adobe's tech support and they are stating that this is a known behavior/feature. I have no idea how one interprets file size bloat as a "feature".

  • Increase the size of the Query

    Hi Experts,
                      i need to increase the size of the query in web aswell as Excel. 
    Please tell me how to do that.
    thanks in advance
    Thanks
    Amith

    Hi Amit,
    Your query will bring you all the eligible records from the underlying data target and you cannot increase this number of recirds retreived by the query.
    If you are not getting the required number of records, try to review the definition of your query and avoid using any static filters in ur query definition. Dont restrict any of your characterstics.
    This is my opinion for ur query according to my understanding of ur doubt, if i am worn correct me by clearly defining your problem
    Regrads,
    Rajkandula

  • Increase the size of voice mail

    I want to increase the size of the VM box. Doesn't seem to be limits per Verizon, that I could find. Even though I clear out stuff from the memory, my VM will fill quickly.

    Voicemail is a carrier function.
    Contact the carrier to see if they offer an option to increase the mailbox size.

Maybe you are looking for

  • What's wrong with Mac G5 1.8 Machine?

    I've searched the net, I've searched the forum with the whole fan noise issues and seen all possible solutions but none has worked for me. I bought a used mac a while ago and now that I bought some PNY memory (2) 512MB chips that are designed specifi

  • XML parser for C++ - encoding problem

    when I trying parse xml data XMLParser xP; xP.xmlinit((oratext*)"ISO-8859-5"); err = xP.xmlparseBuffer((oratext*)buff, len, (oratext*)"ISO-8859-5", (ub4)0); I got the error 217 defined as #define XMLERR_END_QUOTE 217 /* No ending quote was seen */ OR

  • Latency and Aggregate Devices

    Hello. I'm using an aggregate device for the first time. I have a Line6 Toneport GX and a Presonus Firebox; I combined them into an aggregate device in Audio MIDI Setup and can access each interface in Express. Pretty cool. However, latency seems to

  • Badi or Transaction TO update the NAST-TDCOVTITLE in transaction ME22N

    Hi Friends, I want to change the Title of the Purchase order in the SPOOL.Currently it is coming as "Purchase order created". But i am looking for the user exit or BADI, where i can write a code,so that title of spool should come as "Purchase order 4

  • Head phone jack broke off in the socket.. how can I remove it?

    The headphone jack broke off in the socket so speakers are still off.. is there an easy way to get the broken piece out of the socket?