Estimate cache displacement - optimum size of CACHE_SIZE

Is there a way to determine out of the statistics data in the dbanalyzer what would be the optimum cache size for the database?
I want to know that because we plan to buy a new box and I want to size it so the actual "daily used data" is in the cache -> no (or few) User-UKTs doing reading I/O. So basically building something like an "in memory database".
Markus

> interesting are the physical I/O. This tells us that not all pages which have to be processed can be found in the data Cache.
Yes - and there's a lot of it
> The parameter LRU_FOR_SCAN restricts the size of the data cache which is used for Scans. More Info about the Data Cache configuration you will find in the MaxDb Internals slides: [Parameters|http://maxdb.sap.com/training/internals_7.6/kernel_parameters_EN_76.pdf]
LRU_FOR_SCAN is set to NO. If we would set that to YES and one person would start a big job (MRP-runs for PP, CO precaluations etc.) this would "trash" the full cache and all other UKTs would need to do I/O to get their current data again.
> Could it be that we have a lot of scans in the system on large tables?
> Did you get any more detailrd information with the Command Monitor which commands (Reports) have to read from disk?
No full table scans but "just" longrunning jobs (tablename, runtime, Cache I/O, Disk I/O)
Table     Runtime          P accesses     P Cache I/O     # Disk I/O
===================================================================
COVP     61.866,92     6.289.191     196.602          6.092.589
ACCTIT     35.678,21     5.215.440     896.540          4.318.900
COSS     12.321,35     1.872.759     606.268          1.266.491
BALHDR     12.238,66     1.134.360     65.534          1.068.826
COSS     12.109,92     1.764.038     601.264          1.162.774
VBRP     11.909,13     1.850.768     660.289          1.190.479
COSS     11.188,26     1.872.726     601.976          1.270.750
BKPF     8.734,46     916.325          65.534          850.791
There's not a single table scan done, all are done via IX_RG or PK_RG or a combination of them. Those are just the "top 10", there are much more of those.
What I now want to archive is the Disk-I/O becoming 0 due to a big CACHE_SIZE.
>
> May be we should analyze this directly on your system via OSS call to get more ideas.
340157/2008 - same question there too
Markus

Similar Messages

  • Why has my Adobe PCD cache.db file size started growing suddenly

    I am running CS4 Design Premium on an iMac which had OS X 10.6.2 until the 29th and now has 10.6.3.
    On 19th March my Adobe PCD cache.db file size was just over 100Mb. Since then it has grown steadily until it is now over 19Gb in size.
    Can anyone explain to me why it should suddenly have started growing please? During this time I have really only run Acrobat Pro; however I have had a lot of browser (Safari and FF) hangs/crashes due to Flash plugin issues.
    I understand the cache.db also holds licence information so is it safe to delete this file? If so will I need to reenter my license information?
    Any help would be appreciated. Thanks
    Phill

    I have the same problem.
    My pcd.db file is now 56 GB
    What is going on !?!?!?
    Sikem

  • Optimum size for a full browser width image?

    Hi all,
    I'm pretty new to Muse and these forums (hello everyone!) and have been tinkering around with some features.
    I'm currently creating a website for my band that integrate a full width browser image at the top of each page. I was wondering what the optimal settings are for the image size to make this work? It all currently works fine, but on larger screens the image is so zoomed in it's impossible to make out what it's of! The site is designed for smaller screens so this works fine, I was mainly wondering if there's a recommended size to optimised the images too for the width.
    Any help would be greatly appreciated!
    Kind regards, Ekke

    This must be a hard question to answer...for anyone...because I have tried many times before to get this question answered. I have looked at other examples of Muse sites and I have decided to go with a 2000 width for my images when I want to go full screen. I have no idea if this is correct but I get good results pertaining to how it looks. Now, I don't know if it is the optimum size in terms of download speed. No one will touch this question thus far. My research came from looking at what others did that built Muse sites as a profession.
    The Muse team should address this topic of optimal images for all platforms and how images can be used throughout the build not only for the above stated but for efficiency of site building.

  • What is the optimum size for a WIFI subnet ?

    For LAN design fine,  keep the broadcast domain to an optimum size. What about WIFI design though ?  I want to use just 1 SSID and can have multiple vlans if I use AP groups on the controller..But how big is optimum size for a WIFI subnet ? I guess it depends on required speed, number of AP ,vlans and traffic profiles, but are there any recommendations ?
    Stu

    Hello,
    Great question
    First, if you are using a WLC, the WLC will proxy the broadcast for the clien so that it wont be sent over the wireless. With that being said, you will typically see larger subnets on the WLC solution. For exmaple, we have /21 here and they work fine for our voice, data and video SSIDs. Although, some people like smaller subnets and deploy ap groups accordoningly.
    Although, I have seen subnets on WiFi voice as a /16 with 5,000 phones in the subnet which to my surprise worked well. Of course, I wouldnt have designed it that large.
    If you are autonmous same holds truse, but if you configure the AP to send over the broadcast to the wifi clients you should consider a smaller subnet like a /23 or /24.
    As to client mix. Most folks will have a Voice SSID, Data SSID, Guest SSID so you can shape these accordiingly. Again, typically all my designs lead with a /21 or /22.

  • How to reduce configuration cache file Quota size located in ( C:\Windows\ccmcache ) for all client from SCCM 2012 server

    How to reduce configuration cache file Quota size located in ( C:\Windows\ccmcache ) for all client from SCCM 2012 server
    Thanks in Advance
    NTRao

    Hi,
    There are numerous ways to change the cache size.
    You could deploy a vbscript to a collection of the devices.
    On Error Resume Next
    Dim UIResManager
    Dim Cache
    Dim CacheSize
    CacheSize=20000
    Set UIResManager = createobject("UIResource.UIResourceMgr")
    Set Cache=UIResManager.GetCacheInfo()
    Cache.TotalSize=CacheSize
    Or you could use a configuration item.
    http://blog.coretech.dk/heh/configuration-items-and-baselines-using-scripts-powershell-example/
    You can also use the right click tools by Now Micro on a collection, if all the servers are on this would be the easiest / quickest way.
    http://www.nowmicro.com/recast/right-click-tools/
    http://www.david-obrien.net/2013/02/how-to-configure-the-configmgr-client/
    select SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier, SMS_R_SYSTEM.ResourceDomainORWorkgroup, SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.OperatingSystemNameandVersion like '%6.2%'
    https://msdn.microsoft.com/en-us/library/windows/desktop/ms724832%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396

  • Optimum size of Contacts photos?

    Anyone know what the default / optimum size would be for the photo on a contact to be sync'ed onto an iPhone? As in: 150x150 pixels or something? Address Book help doesn't mention it.

    If you set the contact using Entourage, Outlook, or even MobileMe it'll be a tiny little image...
    Here's what you need to do instead!
    In iPhoto set up a new album. I named mine "Contacts". In this album put all the photos you'd like to use for your contacts. I suggest 1200x1600 sized photos because that's what the iPhone photos are (so you'll get a consistent experience).
    In iTunes, sync this album to your iPhone.
    On the iPhone, go to Photos, and select a photo and push the button on the bottom left of the screen. Select "Assign to Contact".
    Once you've found the appropriate contact it will now appear full screen when you receive a call.
    Hope that helps!

  • Material Cost Estimate with different lot size.

    What happens if the material cost estimate is run twice using different lot sizes each time  (all other parameters unchanged) for the same period?
    Will the cost estimate run later overwrites the results from cost estimate run earlier (though the lot size is different)? What is the role of lot size in a material cost estimate?

    The costing lot size impacts your cost estimate if you have lot size independent costs (i.e. setup cost).  Those fixed costs are spread over the costing lot sizee to give you a cost per unit..  Larger costing lot sizes can also help you minimize rounding issues.
    You can only have one marked cost estimate in a given period.  However, you can create and save a cost estimate as many times as you want as long as you have not marked it for release.  When you save the estimate it will overwrite an existing estimate.  You also have the option of creating multiple estimates under different versions or with different costing variants.

  • Why are files in Firefox 33 cache directory different size than saved files on desktop

    In previous versions of Firefox I used the cache directory to extract videos, flash files and hidden images, that were not saved in folder and a HTML Document file on desktop. For Example the opening image of a YouTube Video can not be extracted and saved from Firefox but is stored in the cache directory.
    To find these files without going through them one at a time, I would copy the cache folder on a desktop folder and then use Double Killer to delete the same size files in both the cache and the saved files in the desktop file folder. The files that are left behind in the cache folder are those that did not save to the desktop file and folder. I can then double check to see if I can find the videos, flash or images from the remaining files.
    I have updated to Firefox 30.0.3. The problem now is that the files in the cache are different in KB size from the saved files on the desktop folder. The dimensions of a saved image are the same but the size of the file differ. Now I can not use Double Killer to delete files and have to go through the whole cache directory one by one to find files that were not saved.
    Why did the Firefox developers changed the cache directory? Do I need to revert to a previous version of Firefox or is there a way that I can change the cache directory of Firefox 33.0.3 and the size that it stores files.
    Would also like to know what add-on gives the best quality screenshot with flash.
    Thanks for this support. Apart from this cache problem I find Firefox easy to use and the best web browser.

    Current Firefox 32+ releases use a new cache service named Cache2 and this cache service works differently.
    Files in the cache2 folder are special files that also store the meta data apart from the actual file data that you see on the about:cache page if you click an item.

  • Web Cache Acess.log Size

    Hi all,
    Windows 2000 Server
    Oracle Application Server 10G
    Web Cache 9.0.4.0.0
    access.log of web cache is big (500MB).
    is there any way to keep this file smaller ? kind of rotate logs ?
    if i want to analyze this file i have to load 500MB into notepad :(
    is there anything like UNIX "tail" in windows world ???

    Please check the event log settings namely 'flush interval'. Set this to be very small or diable buffering. Now check it. One possibility is that the event log's size is too small (say it has only 1 or 2 lines in it) to rollover. Also, try restarting Web cache and admin servers and try again.
    Regards,
    Priyanka GES
    Oracle Web Cache Team

  • Can't change ACR cache location or size

    Whenever I go to change the location of the cache, or even its size, the value immediately resets back the next time I open the preferences panel. Same happens if I try to do this in ACR 6.1. The location that I want to point it at is perfectly valid, on my local drive, and I have all permissions for it.
    Since Adobe apps are slightly retarded and don't follow symlinks, an attempt to sneak in a different location under a symlink ended up as expected in a crash.
    Any ideas how to change the ACR cache path, or why it would be failing? No messages in the Console. OSX 10.6.4, Nehalem MacPro.

    No, links don't really work with any Adobe apps, at least not on OSX. Just try to create a symlink to any of the Camera Raw settings folders (lens profiles, camera profiles - so that they are all the same on all my computers) - no dice. I write OSX software for a living and know my way with symlinks - not sure what Adobe is doing but they don't work.
    But that's not the issue here - my question is why I can't change the cache directory the "normal, pedestrian way" (your average user won't know anything about symlinks).

  • OLTP SGA Optimum Size

    Hi Everybody,
    I have a Database running Oracle 9i, release 9.2.0.6.0 64bit. It is running on an IBM PSeries with AIX 5L, 8gb RAM, but only 4 scsi disks of 136gb each. My current DB configuration is set as a General Database. Numbers are as follows in bytes:
    buffer_cache=2684354560
    free memory=536870912
    library cache=354736912
    sql area=323717552
    free memory=310946880
    miscellaneous=75226840
    db_block_hash_buckets=22162544
    free memory=16777216
    FileOpenBlock=7812264
    PL/SQL MPCODE=6413728
    XDB Schema Cac=5794944
    sim memory hea=5162712
    event statistics per sess=5033840
    KQR L PO=4770048
    log_buffer=4457472
    dictionary cache=3229952
    Checkpoint queue=2624000
    PL/SQL DIANA=2604688
    KGLS heap=2016608
    KQR M PO=1751744
    sessions=1203280
    1M buffer=1056768
    KSXR receive buffers=1034000
    VIRTUAL CIRCUITS=911480
    KSXR pending messages que=853952
    fixed_sga=749240
    parameters=707896
    MTTR advisory =292144
    PL/SQL PPCODE=199560
    type object de=174736
    errors=115104
    subheap=102312
    trigger defini=63000
    PX subheap=38784
    trigger inform=21008
    table definiti=19208
    KGK heap=16984
    KQR S SO=13624
    pl/sql source=9384
    trigger source=4368
    joxs heap init=4240
    PLS non-lib hp=3000
    fixed allocation callback=600
    Total SGA = 4116.715mb
    SGA Max Size = 4452.976mb
    The SGA Summary is as follows in bytes:
    Database Buffers=2684354560
    Fixed Size=749240
    Redo Buffers=4468736
    Variable Size=1979711488
    I'm having big headaches with locks. I understand my Database is a OLTP but never configured it like that. I missed the opportunity at the time of creation. What would be a goos start un numbers for a SGA settings?
    Please help...

    Kevin Tyson wrote:
    I don't know why people are talking about RAID and other hardware issues when the question was about the SGA. To determine whether your SGA is the right size, you need to calculate the buffer cache hit ratio, the library cache hit ratio, and other SGA stats. Your library cache hit ratio should be over 90 percent unless your developers didn't use bind variables. Your buffer cache hit ratio depends on your application, but if it's below 80 percent I would look at the top ten offending SQL statements by disk reads, buffer hits, and CPU. That's just a start. I have scripts at home for doing these things in Oracle9i. I might respond with them this weekend.
    Kevin TysonThis is so completely, utterly wrong, I can't even begin to describe why. See [the faq|http://www.orafaq.com/wiki/Improving_Buffer_Cache_Hit_Ratio]. It was wrong even in the days when tfsmstat.sql was written, around 1993.
    The title of the thread is about SGA, but the question is about locks. The question is making a questionable assumption that the SGA size has something to do with locks.
    Original Poster: Please post the locking evidence that has you thinking whatever it is you are thinking. It is conceivable that having a large SGA may cause latching issues in some odd circumstances, but really, there are several methodologies that can lead quite directly to the actual problem. Hit ratio tuning is not one of them. Here is one way. It may help us help you if run a statspack for 15 minutes during a bad time and post the results.
    Most performance issues are due to code, the first thing you need to do is figure out if you have a code problem or a system tuning problem. Raid 0 is not a good sign. Nothing wrong with asking about a recommended SGA, but as you can see, it doesn't get you far if no one sees an obvious wrong.

  • How to estimate a rollback segment size for a big transaction?

    Oracle 8.1.5. Suppose I have the following statement:
    update table_a set col_a = rownum where col_b = 'codeA'
    The statement affect 900,000 rows. Type of col_a - float(126).

    you can have RBS size same as of your data tablespace
    (eg) you have 10 GB tablespace allocated for data
    then same 10GB more less should be comfortable

  • Estimate 1 Row data size in a table

    Hello I have a table like below I want to know 1 record size in KB
    Create table test(
    Id int,
    Name nvarchar(5),
    File nvarchar(max),
    Createddate datetime,
    User varchar(20))
    Can you tell me in this way
    int =
    Name=
    File=
    Createdate=
    User
    So it will help me in future to calculate myself.

    HI,
    try this.
    DECLARE  @sql nvarchar(max),@clmns nvarchar(max),@table nvarchar(100),@ln varchar(max)
    SET @table = 'REGIONS'
    SELECT @clmns =
    STUFF((
                SELECT ', ['+name+']' as 'data()' FROM
                        SELECT name FROM sys.columns where object_id = object_id(@table)
                    ) a
                FOR XML PATH(''),TYPE
            ).value('.','NVarchar(max)'),1,2,''),
        @ln =
    STUFF((
                SELECT '+ ' +ln as 'data()' FROM
                        SELECT CASE WHEN collation_name is null THEN CAST(max_length as Varchar(10)) ELSE 'LEN('+name+')'END as ln FROM sys.columns where object_id = object_id(@table)
                    ) a
                FOR XML PATH(''),TYPE
            ).value('.','NVarchar(max)'),1,2,'')
    PRINT @ln
    SET @sql = 'SELECT '+@clmns+','+@ln+' as ln FROM '+@table+' r'
    EXEC (@sql)
                

  • Optimum Size for Web Gallery

    In trying to set up galleries that have quick view time, I'm trying to follow iPhoto advise and use a Medium sized photo for Web Galleries. iPhoto help sez:+When you send, print, or publish a photo from your iPhoto library, you need to choose the right size+. For me that would be Medium size.
    However I can find no place to determine size. How can I choose the size I want to use?

    smidi:
    I believe that statement pertains to situation where you can control the size of the file to be used. However, in publishing a Web Gallery iPhoto determines the size. If you don't select the option to have viewers download the photos then the image size is 800 x 600 pixels. If you selected the download option then the full sized file is uploaded for viewer to download.
    For emailing, if you use Mail, you will get a window which lets you select the size of image/file to send. For printing you want to use the largest size you can so you get the max resolution available.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Confused with optimum size and publishing

    It seems like it should be a fairly straightforward process to select a project size at the start of a Captivate project and then publish at the end and watching Adobe videos saying how easy it all is now to publish across platforms with HTML5 etc you would think so.
    When I started my current project I selected 1024 x 768 as I have a large main screen, plus two smaller screens here at work. When I went to publish, I selected both swf and HTML5 and selected scalable HTML content. I then saved the .htm file to my web folder here at work and then viewed the new link. My default web browser is Firefox and I was horrified to see the movie appear as a tiny postage stamp size on the screen. Also when I tried it on my smartphone, clicking on the buttons caused the slides to jump too far ahead.
    I then decided to re-save my project and re-size it to iPad landscape. I then published two different versions, the original 1024 x 768 version as swf with scalable HTML content and a second re-sized iPad version as HTML5 with no scalable HTML. Both versions worked fine on either pc (scaling nicely for the different sized screens I have) and also worked fine on my smartphone. However, in Firefox I still got the postage stamp sized movie.
    I am now trying a new re-sized project as 995 x 627 and my intention is not to use scalable HTML content and publish it to both swf and HTML5 and see how that looks on everything.
    My question  is if you were tasked to create a Captivate project that needs to look great on pcs, laptops, tablets and smartphones without having to use scroll bars to view all the content on each page, firstly what size would you choose for your project and which settings would you use when publishing (i.e. would you select scalable HTML)?

    There isn’t a one-size-fits-all (no pun intended) size for Captivate trainings that will look perfect on multiple devices. If you need to have the training viewable on multiple devices then you should use the scalable options when publishing. Without scaling you’ll end up with scrollbars on devices that use varying resolutions and can’t fit all the content onscreen. The only way not making content scalable would be possible is if Captivate had a device aware function that allows the content to fit the screen, like you can code in Dreamweaver, but that would seriously increase your development time.
    The Firefox problem has to do with a bit of code that Captivate uses in the html templates. Open the html file that’s generated with your published files and remove the text "http://www.w3.org/TR/html4/loose.dtd" from the first line. Then when the file is opened in Firefox it won’t display the content really tiny. You can also remove this from your template files so it’s never included when you publish.

Maybe you are looking for

  • No accounting document created (?) for price change MR21

    Dear All, I'm facing a strange issue: 1. I changed the price of a material (MAP price control) in MR21. 2. After price change, on the Accounting view of material master both MAP shows the new value both stock value shows the proper value. So, it is O

  • Where can I J2SDK for solaris 8 on x86?

    Hi, Would you kindly tell me where I can find J2SDK for solaris 8 on x86? Thx, Regards, Justine

  • Camera app freezes

    The camera app on my iPhone 3gs almost always freezes on opening, just showing the ''iris' view. A reset cures it, but it shouldn't do it in the first place!

  • HELP: WLC AP-SSO not working (standby unity in maintenance mode)

    I have two WLC version 7.3.101.0 with the standby unit having HA-SKU. I have tested the AP-SSO functionality without any problem in lab with direct connection on RP port between two WLC. Once I brought them into data centre in separate location (late

  • Missing desktop icon in sidebar

    I mistakenly deleted my Desktop icon in the sidebar. How do I get it back?