CBO and caching effect

select * from v$version;
BANNER
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
PL/SQL Release 11.2.0.2.0 - Production
CORE    11.2.0.2.0      Production
TNS for Linux: Version 11.2.0.2.0 - Production
NLSRTL Version 11.2.0.2.0 - Production
show parameter opt
NAME                                 TYPE        VALUE
_optim_peek_user_binds               boolean     TRUE
optimizer_capture_sql_plan_baselines boolean     FALSE
optimizer_dynamic_sampling           integer     2
optimizer_features_enable            string      11.2.0.2
optimizer_index_caching              integer     0
optimizer_index_cost_adj             integer     100
optimizer_mode                       string      ALL_ROWS
optimizer_secure_view_merging        boolean     FALSE
optimizer_use_invisible_indexes      boolean     FALSE
optimizer_use_pending_statistics     boolean     FALSE
optimizer_use_sql_plan_baselines     boolean     FALSEI am asking a broad question here.But any help/insight will be greatly appreciated.
I want to understand how (and what) Dynamic buffer cache statistics are exposed to CBO to let her form optimal execution plan ? I am under impression that CBO never looks at buffer cache statistics while making execution plan as buffer cache statistics are highly dynamic and it would be a intrusive to consider buffer cache statistics to ensure plan stability. (with 11g's "feedback loop" mechanism between optimizer and execution engine, Apparently, my understanding is wrong).
I am running Workload statistics and since my underlying storage is SAN, i am explicitly setting SREAD=4 and MREAD=10 for hybrid database. DB has 65% OLTP access (between 8:00 AM to 10:00 PM) with 35% batch processing 24x7 .

958830 wrote:
Can you share your experience on "advantage of having Workload system statistics over NOWORKLOAD statistics" ? (SREAD < MREAD)I have written several notes on my blog about system stats ( http://jonathanlewis.wordpress.com/category/oracle/statistics/system-stats/ ). In general my preference is to leave as many parameters and related values as possible to default. I apply this guideline to system stats even though, in absolute terms, the values for sreadtim and mreadtim are about 30 years out of date when derived from the ioseektim and the other one (transfer rate, but I can't remember the proper name). For further comments about when I would ignore this to give Oracle a better model of the truth I'll leave you to read the notes.)
(Considering Oracle recommendsation on 10g/11g, i have not set DBMBRC parameter with NOWORKLOAD system stats,).As above - I approve of not setting db_file_multiblock_read_count in any circumstances (in the latest versions).
>
Let me also take an opportunity to ask you if you can highlight some light on positive results of exposing Cache statistics to CBO ?I wouldn't do it (I think I made a comment in the book about how scary it might be). In some ways it sounds like a very good idea - if the optimizer estimates that it need to visit 5,000 random table blocks (based on calculations related to the clustering_factor), but also has information that the "object-level cache hit ratio" for that table sa 98% over the last hour then it seems reasonable to cost that at 0.02 * 5000 = 100, rather than the 5,000 that would currently appear.
The problem (as I probably mentioned in the book) is that the code you activate tries to keep a smoothed rolling average over time for object-level cache hit ratios - which means that the DBA ends up with the problem of saying: "why did this query use plan A at 9:45, and plan B at 14:30?" - with the only answer being "it depends what was going on in the preceding 4 or 5 hours.
Regards
Jonathan Lewis

Similar Messages

  • Is (4770 3.5 i7 qouad core 8 mb cach) good enough for premier and after effect?

    Hi guys,
    am buying the new imac 27" with its maximum features: 32 GB, 1 TB ssd, NVidia gtx 780 with 4GB, but I am worried about the cpu (4770 3.5 i7 qouad core 8 mb cach) is it good enough for premier and after effect?

    Thanks John, but I've already read that page. I have just a simple question about the performance of "4 core" and "6core" if anyone had already tried both of them.

  • How much does Premiere Pro and After Effects rely on the hard drive it's installed on?

    This may be a really dumb question, but how much does Premiere Pro and After Effects rely on the hard drive it's installed on if all your video files, assets, disk cache, etc are on different drives than the one the program itself is installed on?
    The reason I am asking is that I currently have a "relatively" slow Sata II SSD for my C drive that has just my OS (windows 7 64bit) and programs (adobe editing programs, no games) installed on it and nothing else. All of the files used in my projects are saved on either a very fast Sata III SSD or a slower HDD depending on what the files are. For example, disk cache on the Sata III, stills on the HDD.
    Being cyber monday I have the opportunity to buy another very fast Sata III SSD to replace my current Sata II SSD C Drive (just OS and programs). Both synthetic and real world benchmarks show a near double in performance. I just want to know if anyone thinks the upgrade is even worth it because for all I know there won't be any increase in performance since no videos, still, cach, etc will be stored on the C Drive.
    The alternative is to get a second monitor because I currently only use one 21" monitor.
    I suppose another alternative would be to not buy anything on the cyber monday deals and just save money for something else.
    Any advice or input would be greatly appreciated. Thanks!

    Thanks Alex! I think you are right about not being able to notice the difference between the SSDs. I ended up finding a deal to get about $80 off a great monitor that I've been looking at for a while and decided to pull the trigger on it. I thought about it and realized that there have already been a bunch of times where I want to watch a tutorial on youtube and follow allong in AE or PrePro, but have to keep switching windows. I also frequently want to have my video preview on a separate monitor so I can have a taller timeline window. This monitor will help a lot with that. Thanks again for your help!

  • Query performance : TOAD Vs SQL Plus, and caching of query output

    Hi,
    I have one query which takes more than 2 minutes in TOAD, but the same one takes less than 30 secs when executed in SQL Plus. Can some body please tell me why the performance is so different in the two. Is this a known issue? Can i get the actual time required for a query?
    Also when I execute the same query in TOAD for the second time in succession, the execution time reduces drastically from 2 mins to 10 secs. Does caching occur in TOAD? Can I disable it. I am using TOAD for Oracle, Version 9.0.0.160.
    Thanks,
    Rahul.

    user641207 wrote:
    Hi,
    I have one query which takes more than 2 minutes in TOAD, but the same one takes less than 30 secs when executed in SQL Plus. Can some body please tell me why the performance is so different in the two. Is this a known issue? Can i get the actual time required for a query?
    Also when I execute the same query in TOAD for the second time in succession, the execution time reduces drastically from 2 mins to 10 secs. Does caching occur in TOAD? Can I disable it. I am using TOAD for Oracle, Version 9.0.0.160.Rahul,
    it's unlikely but possible that the session established via TOAD has different settings than the session established via SQL*Plus.
    You can check V$SQL and V$SQL_SHARED_CURSOR to find out if the SQL you're executing has different plans, which would result in multiple rows in V$SQL for the same SQL_ID (10g) or ADDRESS, HASH_VALUE (pre-10g) with different CHILD_NUMBERs and V$SQL_SHARED_CURSOR can tell you why they can't share the plan, in case you've got multiple plans.
    In addition you can use V$SES_OPTIMIZER_ENV to find out if the optimizer related settings differ for the TOAD and SQL*Plus session.
    The caching effect is probably the caching of the database rather than anything else. I don't think that TOAD caches the result on the client side.
    Regards,
    Randolf
    Oracle related stuff blog:
    http://oracle-randolf.blogspot.com/
    SQLTools++ for Oracle (Open source Oracle GUI for Windows):
    http://www.sqltools-plusplus.org:7676/
    http://sourceforge.net/projects/sqlt-pp/

  • Rendering Pc with k5000 Quadro for Premiere and after effects!!

    Hello,
    I am filmmaker and I use adobe after premiere and adobe after effects for visual effects, also I use cinema 4d and Maya for 3d work, I need to get the best GPU to give me real time in premiere cuda and also good 3d ray-traced in after effects, also I use 3d maxon cineware plugin in after effects cc 2014 for my 3d composition.
    I need Good GPU handle 4k footage from Red epic camera in adobe premiere and after effects
    Planing to buy K5000 from amazon for 1599$, check please and advise
    http://www.amazon.com/NVIDIA-Quadro-K5000-Graphics-PNY/dp/B009L8E4UO/ref=sr_1_1?ie=UTF8&qi d=1407996945&sr=8-1&keywords=k5000#customerReviews
    My Question:
    1-      Is this item above from amazon for PC or mac? because is not mention in description
    2-      Is this the best GPU for my usage for adobe permiere and after effects and 3d apps?
    3-      If there is cheaper GPU and will give similler result for my adobe software? please advise
    4-      Amazon k5000 price 1599$ there is cheaper place and trusted.
    Best regards,
    Hasan

    yes i plan to buy 64 GB 1600mhz, Kingston HyperX Blu 8GB
    and for HDD i select this WD Black 4 TB Desktop Hard Drive: 3.5 Inch, 7200 RPM, SATA III, 64 MB Cache, 5 Year Warranty - WD4001FAEX
    http://www.amazon.com/gp/product/B00A2IM76K/ref=ox_sc_act_title_4?ie=UTF8&psc=1&smid=AQ2KN WSHKTD2T
    i don't know how to use raid configuration and what the benefit
    and can you advise me what to buy K5000 or GTX titan black

  • CBO and costs

    Dear all,
    My question is related to CBO and setting optimizer_mode in oracle 9.2. I have been reading a lot about these from oracle.com and also by going to the links by searching from google. But somehow I am still in a confusion about the CBO and different modes.
    Maybe someone can help to understand actually why CBO is important how to know that a particular mode is the suitable for the database.
    Regards
    SL

    It's a complex question.
    CBO works together the gathering statistics on your database schemas. If you has no statistics at your data dictionary cache it's not able to work with CBO historiogram.
    CBO depends too the optimizer_mode parameter or session value, the default value in 9i it's CHOOSE. This value mean if not statistics at database the parse has made at RBO otherwise by CBO.
    You can see too the metalink Note:114671.1 to clarify more doubts.
    Regards.
    Marcio Paiva

  • Is there a way to create a pan and zoom effect in a lightroom slideshow?

    Is there a way to create a pan and zoom effect in a lightroom slideshow?

    Nope. Be a great feature. For that I use FotoMagico after exporting JPEG's from LR.

  • Lenovo U310: Clean Windows 7 Installation Guide (including Rapid Start and Caching)

    Hi there,
    this is the first time that I am writing such a guide/tutorial/whatever you may call it – there are probably better ones, but though not being a total computer noob, it took me almost one week to get this pretty (now again) little beast running again. So hopefully this helps some others to avoid such stupid downtimes.
    A brief overview on what has happened to my original win 7 Home Premium:
    As some may know, this laptop is very well usable as a “Hackintosh” called Macbook clone. So that’s what I did. It turned out to be nice, but I wanted to go back to Windows after a while, using a clean W7 Pro installation to start over. Actually an easy task, format all drives, install Windows, be happy. Just as I had been doing this for years. Unfortunately, it turned out to be a real challenge. First, I couldn’t “see” my drives during installation (and thus not install), then I got random errors during installation aborting it at different points and finally rapid start and caching didn’t work. Every time I tried to activate them (after Win installation), it crashed my PC. I even found an (official Lenovo!) guide stating to install W7 on the SSD, which worked, but sucks due to space limitations. Oh and another very nice thing: The SSD showed up during WIN installation (but not the classical hard drive) stating it was about 60 GB. So as you can see, I have had a lot of different tries and errors. Why I didn’t use Lenovo Easy Recover? As said before, I erased all partitions…
    Before we start: If you have a good Windows running on the Laptop, do yourself a favor and disconnect the RAID 0 disks using the Intel Rapid Storage Application before(!!!) proceeding. It will make things much easier. And don’t forget to get all you data on an external drive or something.
    Ok, now let’s start.
    1.)    Prepare a USB Stick with the following driver
             http://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=21730 (choose f6flpy-x64.zip If you’re running a   
             64-bit system (standard nowadays), take f6flpy-x86.zip if it is a 32-bit Windows, just download and copy them
             into the stick’s root directory) and plug this stick in one of the left side USB ports.
    2.)    You’ll need Win 7 on either a DVD (plus external drive, for sure) or (bootable) USB stick
    3.)    Connect your drive/stick (with W7) to the right side USB port.
    4.)    Switch the computer on, immediately hit FN and F2. That will open the BIOS.
    5.)    In the BIOS, navigate to the very right section (“save and exit”) and navigate the cursor to “load setup defaults”.
             Hit enter to approve.
    6.)    After that, go to the “boot” tab and disable UEFI-boot.
    7.)    Next, go one more tab to the left and set the controller setting to RAID (NOT AHCI or Compatible!!!).
    8.)    Navigate the cursor down to “Intel Rapid Start” and hit enter. A submenu will pop up-
    9.)    Disable the first entry in that window, that will make the rest be disabled as well.
    10.) Navigate to the very right tab, this time hit save and exit.
    11.) The PC restarts.
    12.) Immediately hit FN and F12 to open the boot selection menu. Select to boot from your W7 DVD drive or USB
            stick.
    13.) Click yourself through the whole process of installing Windows 7 until the page comes up where you will have
            to select where to install it.
    14.) Click on “load drivers” and after a few seconds your downloaded driver should be there. Click ok to use them.
            Please do this step even if you can see your drives (SSD Disk 0, 32 GB and HDD Disk 1, 465(<-?) GB) as you
            would expect them – otherwise you’re very likely to get an error during the install process.
    15.) Now erase all partitions on both drives and select the HDD as the drive to install W7 to – NOT THE SSD!!!!!
            Seriously, don’t choose the SSD.
    16.) Windows will probably say that some extra partitions are necessary and so on, click ok and install Windows.
    17.) After the installation has finished and you see your Desktop, I suggest you to proceed with the next steps in the
            following order to see as early as possible if you are on the right way.
    18.) Install the Chipset driver, restart.
    19.) Install the Intel Rapid Storage “driver” and check the box where it asks to additionally install the control center.
            Reboot.
    20.) Go into BIOS (FN and F2) and enable Intel Rapid Start (the one you disabled in Step 8 and 9)
    21.) Boot into Windows.
    22.) Click on the Windows button, type cmd and right klick on the cmd.exe, select to run it as Admin.
    23.) Now you’ll create a hibernation partition on the SSD. (which by now should be completely empty as we’ve
            deleted all partitions in step 15)
    24.) In the command prompt that we have just opened, type: (without quotas, for sure)
    “diskpart” and hit the enter button
    “list disk” and hit the enter button
    Now you should see your ssd as disk 0 and your hdd as disk 1
    If your ssd is disk 0 (that would be standard), write “select disk 0”, otherwise write: “select disk 1”, and hit the enter button.
    Now write “create partition primary size=4096” and hit enter again. [if you have 4GB of ram, type 4096, if you have 8 GB of ram, use 8192]
    Now write “detail disk” and hit enter to see the volume number behind the volume that we have just created (it is 4 GB or 8 respectively, should be easy to find), in my case that was “2”
    Now type “select volume 2” if your 4 or 8 GB volume has number 2 as well, otherwise use the number you found out in step f. Hit enter.
    Finally, type: “set id=84 override” and hit enter for one last time.
    It should now say back that the id has been set successfully.
    Exit the command prompt. (close)
    25.) Reboot
    26.) Install the Rapid Start driver. Reboot.
    27.) Open the Intel Rapid Storage Application.
    28.) Click on accelerate and approve the settings. Two RAID’s will be created. Reboot.
    29.) Install the remaining drivers, have fun with Windows Update and that’s it!
    Good luck to all of you… And hey Lenovo - wouldn't that have been your job after all these posts showing your costumers in trouble? Just my two cents...
    If you want, you can now turn on UEFI-boot in BIOS.
    PS: If, after installing all drivers, you happen to see one unknown device in your device manager – this one belongs to Lenovo Connect Software that came with your Laptop. (Updates FB, Email etc when PC is in sleep mode) If you install Lenovo Connect it’s going to be fine, however, I would not recommend it as it is said to use a lot of energy and cause some other problems. So just live with it, your PC is totally fine without it.
    Kind regards from Shanghai

    Seriously guys, I can't use my 3 days old laptop. Some help would be mostly appreciated. At this point, the network connection issue doesn't show up anymore, it's just a blank screen after reboot. I reinstall windows and do it all over again just to achieve the same result.
    Now couple of things caught my attention: as I load the "6flpy-x64.zip" driver from step 14, I get a message saying I need to install signed drivers, because unsigned ones are likely to mess up the system.
    Secondly, I could not find any Rapid Storage Technology drivers for Windows 7 (particularly for U310 model), so I use the Windows 8 ones (http://support.lenovo.com/en_US/downloads/detail.page?DocID=DS031455), which seems a silly thing, yet I know of no alternatives.
    Could it be any of these issues to cause my problem? Or smth else? Please help!

  • What is the diffrence between cookies and cache, is it safe to remove cache?

    what is the difference between cookies and cache , is it safe to remove cache ? . I had cleaned cookies many times but I have not removed cache , does it goes on increasing day by day ? please let me know

    Cookies are small files that contain information useful to a web site -- such as password, preferences, last date visited, etc. You may remove the cookies that you don't want adn since some of them are a privacy issue, many people remove them all.
    Cache is just a collection of data downloaded to help display a web page. After you leave a site, much of the cache is left on your computer and is no longer needed. You can always remove the cache because it will be replaced as needed.

  • How do I get more effects in my action box?  I am only showing a few, like BOTTOM BORDERS, LOSE WEIGHT AND SPECIAL EFFECTS. That is all. The turotials I've checked into all show a long list of effects in the actions box. If anyone could help, I appreciate

    How do I get more effects in my action box? I am only showing a few, like "Bottom Borders, Losing Weight, Resize and Crop, and Special Effects. And they do not list but a few effects. When I have watched the tutorials, they are showing a long list of effects in the action box. (with a side space bar)  I do not.  When I have clicked on the little arrow at top, and clicked "Load Actions", a box comes up, but it is blank,saying "no items match your search".  I'm lost!  If someone could help, it would be much appreciated!  I would like to start using this.
    Thank you. 

    Apple Computer Customer Relations:
    1-512-674-2500

  • I cannot access the internet, I tried to answer that said to go to settings, safari, tap clear history, cookies and cache, cut off, then on, but it did not work.  When I go to internet the screen is grey??? please help I am a new user!!

    I cannot access the internet the screen is grey, I have tried by using the answer from someone but it does not work...I went to settings, tap safari, then clear the history, cookies, and cache, then turn off ipad.  When I did that twice, it did not work.  How long does it take for the clear history to work?  I am a brand new
    user of the ipad2 and I am disappointed that this is happening already.

    Have you been able to access the internet previously and now it's suddenly not working, or are you still trying to access the internet for the first time on your iPad?  Are you at home trying to connect through your home router?  If you are at home, did you put your home routers encryption code as your password?  The encryption code is what your iPad is looking for and it is usually found on the router and is typically a 13 digit combination of letters and numbers.  Let us know......

  • I need to reinstall my computer, how do I deal with Premiere pro and After effects?

    Hello,
    As my question states I need to reinstall my computer (laptop) and I'm not quite sure on how to deal with Premiere pro and After effects.
    I am thinking that I need to do some sort of backup and save my projects and footage on a sepparate drive.
    If I reinstall my computer, install my creative suit production premium, and move back all of my projects and footage, won't I have to re-link every single clip?
    I am currently workning on several different projects and having to re-link everything is something I don't even want to think about, that would take me days if not weeks.
    Another option on my mind would be to use Creative cloud. I do have the free version but I have never used it even once before and I'm not quite sure what the purpose of the cloud is and if this is a way to use it.
    I have no idea how to go about this computer reinstalation without either loosing tons of work or having to re-link every single clip used.
    I am videoediting only as a hobby so I have no experience working with other people and sharing projects or the like, wich is my understanding of what the cloud is for.
    Any and all help would be grealty appreciated, I know this is probably really easy but ever since i got my Suit I haven't reinstalled, upgraded och changed my computer so I am just clueless as to how to go about this.
    I have Creative suit production premium, I also have the free Creative cloud.
    It is only Premiere pro and After effects that I am using and am worried about.
    Thank you for any help.
    -Lisa Kajupank
    (and oh, I just notice my name - umustbejoking - I think I just wrote that cause they wouldn't let me use anything else, saying it was already taken. So nevermind that haha.)
    Message was edited by: umustbejoking

    If the computer's running Mac OS X, move the cursor to the very top of the computer's screen, click on Store, and choose Authorize this Computer.
    If the computer's running Windows, press the Alt and S keys and choose Authorize this Computer, or click here, follow the instructions, click on Store in the menu bar, and choose Authorize this Computer.
    (84620)

  • My first generation iPad suddenly stopped opening Safari.  I cleared history, cookies, and cache, and Safari still won't open.  Any suggestions?

    When I attempt to open a Safari window on my first-generation iPad, it opens to a blank screen.  I can see the web address bar and the search box, but the rest of the page is white.  I cleared cookies, history, and cache, but still nothing happens.  The iPad is 3G, and I have tried to open Safari using both 3G and my home WiFi.  My wife has an iPad 3 WiFi, and hers opens without issue.  Any suggestions on what I might do?  Thanks!

    1. Double-click the Home button to close all Inactive Apps in Task Bar
    2. Hold the Apps in Task Bar down for a second or two until you see the minus sign
    3. Tap the minus sign to close Apps
    4. Tap center of screen to return to Home Screen
    5. Reset iPad. Hold the Sleep and Home button down for about 10 second until you see the Apple logo. Ignore the red slider

  • Problem with Matrox Mini, NVIDIA GeForce GTX 570, Premiere 5.5.2 and After Effects CS5.5

    Hello,
    We have a couple video workstation PC's in our office.
    Premiere and After Effects have been crashing lately with increasing frequency - about every two minutes now.
    Here is the setup:
    Hardware
    Matrox Mini - Matrox Utility release 5.5.1
    Nvidia GeForce GTX 570 - Driver release 275.33
    Intel Xeon X5660 2.8 GHz processors
    24 GB Ram
    Software
    Adobe CS5.5, specifically...
    After Effects 10.5.0.253
    Premiere 5.5.2
    Windows 7 64-bit
    We have two 21" LCD monitors in dual display running from the computer, and the Matrox Mini outputs a preview signal to a 15" CRT.
    The crashes occur when I have After Effects and Premiere open at the same time. I am editing in a Matrox 720p29.97 timeline in Premiere. I imported several compositions from AE into Premiere through Dynamic Link and am matching audio with the animations in comps. When I switch back to AE to make an edit in the comp, After Effects generates a crash warning and then gives me the opportunity to save the project under a new name. After saving, it closes down completely. The Matrox WYSIWYG Control Panel in the system tray crashes during AE's crash, disabling the preview to the CRT from Premiere and AE. Since the Premiere sequence is a Matrox preset - in order to have output to the CRT - this freezes the timeline; the video and audio no longer play. When I save and then try to close Premiere, Premiere freezes and will not close without a force quit via the Task Manager.
    In order to deal with this temporarily, I am editing in an AVCHD 720p30 sequence preset in Premiere, which doesn't send a preview feed to the CRT, obviously, since it's not a Matrox preset and the CRT is connected via the Matrox Mini. It's more than a minor inconvenience, since I use the CRT for color accuracy.
    It is frustrating, since we did not have this problem until the recent CS5.5.2 update. We have tried changing drivers for the GTX 570 and changing the Matrox utility software to other versions, but no luck.
    Is there a combination of GTX 570 drivers, Matrox software releases, and AE/Premiere settings that will make this work? I know there are "Known Issue" posts with Nvidia cards on Matrox's website, which include the GTX 570, but, again, this problem started with the Adobe CS5.5.2 update.
    Any help here would be great, and I am willing to provide more information about the system and our crashes if it helps find a solution for the community, as I know this is not an isolated problem after reading Nvidia's, Matrox's, and Adobe's forums. I just can't find a hollistic solution on any of the individual manufacturer's forums.
    Thank You.
    Jordan

    I've been running with Matrox for years, starting with the Axio LE. I do 75% broadcast work and find that the Matrox works very well with my kind of workflow. Monitoring is critical and since we have to deal with 3rd. party solutions, Matrox was my pick dating way back to 2006. Sure I've had frustrations with it, but I've made far more money off Matrox than frustration.
       Here's my nearly crash-free setup:
    Gigabyte GZ-X58A-OC moboard
    Intel 990X (only overclocking to 4.0)
    24Gb of Kingston HyperX Ram
    GTX580 Graphics Card
    Matrox MXO2-LE w/Max
    Crucial 240Gb Sata III drive (the one that has a nearly perfect score on Newegg's site)
    2 x 2Tb WD Blacks Raid 0
    2 x 1Tb WD Blacks Raid 0
    Win 7 Ultimatte (it's a high-end version of Windows that's great for keying!)
    CS5.5 Suite
    Boris Red 5
    Boris Continuum Complete 8
    Trapcode Shine, Form, 3d Stroke, Starglow, and Particular
    Optical Flares by Video CoPilot
       The reason I list all of that software, is that it all seems to get along together, including with Matrox! So, I can't say I highly endorse Matrox because I've never tried Black Magic or running an external monitor off of my video card.
        I use After Effects with all sorts of plug ins and rarely have crashes. If I put in a long day I'll have the usual crashes here and there (mainly with PremierePro), but nothing that has required evan a soft reboot of the computer.
       My frustration with Matrox is mainly the delay that often comes with Adobe coming out with a new release and Matrox taking 2 or 3 months to catch up, though when Adobe went from 5 to 5.5, there was no delay at all.
       I think that a lot of the people who trash Matrox probably haven't used a Matrox product in years. But before you listen to me, I must confess that I was an early adopter (and advocate) of SSDs and even today, many people on this forum think they're still a waste of money!
       I'll close by simply saying that I've not left Matrox after 5+ years, but keep in mind I haven't had the bad experiences that so many others seem to have had, but again, perhaps they had those bad experiences long ago.

  • Adobe Premiere Pro and After Effects CS5.5 Lagging Horribly with Dynamic Link

    I just bought a brand new computer. It is a beast
    Windows 7 64-bit
    Intel i7-980 6 cores with HT = 12 CPU cores
    Nvidia GTX 570HD 1280mb 328 bit
    120gb SSD sata 3
    600 gb Velociraptor drive 10000rpm
    8gb DDR3 1866MHZ ram
    So you would think I would get no lag. But for some reason, when I edit in premier pro or after effects, especially when I use dynamic link with premiere and after effects. It lags realllllly badly. I am talking about 5fps and I have to pause and wait like 20 secs then hit play again to get 5 secs of smoothness and then the laggyness returns. I am not even using heavy footage. It is footage off of a Canon 5D Mark II h.264. I tried messing around with all the settings but I cannot get anywhere. Anyone know what the problem might be? I don't have any other programs running since I just installed these. This lag is really holding me back and I cannot edit properly because of it.

    Your memory is ill configured, since you are using it in dual channel mode instead of triple channel mode and 8 MB is about bare minimum. You would be better off if you were to increase memory to 24 GB. Secondly, your disk configuration is the absolute minimum requirement, so adding a couple of disks will help performance as well.
    I am not even using heavy footage. It is footage off of a Canon 5D Mark II h.264
    Mistake. It is one of the most demanding codecs on the market. Look here: Adobe Forums: System requirements for CS5
    You could try the PPBM5 Benchmark to see how well your setup performs.

Maybe you are looking for