Why does this query run slow ??

hi ,
i have the following query
SELECT
  PT.PT_ID,
  PCD_INST.CALL_PCD_NAME,
  RC.RC_ID,
  RC.RC_TITLE,
  PCD.PCD_TITLE,
  RC.E_TYPE
FROM
  PT,
  PCD_INST,
  RC,
  PCD,
  PCD_INST_RS
WHERE
  ( PT.PT_ID = PCD_INST.PCD_ID  )
  AND  ( PCD.PCD_ID = PCD_INST_RS.PCD_ID  )
  AND  ( (RC.RC_NAME = PCD_INST_RS.RC_NAME) AND (RC.RC_ACTIVE_FLAG = 'A')  )
  AND  ( (PCD.PCD_ID LIKE PCD_INST.CALL_PCD_NAME || '.%') AND (PCD.PCD_AFLAG = 'A')  )
  AND  (
  ( PT.PT_AFLAG = 'A'  )
  AND  ( PT.OBS_FLAG <> 'Y'  )
  AND  ( PCD.PCD_AFLAG = 'A'  )
  AND  ( PCD.OBS_FLAG <> 'Y'  )
  AND  ( RC.RC_AFLAG = 'A'  )
  AND  ( RC.OBS_FLAG <> 'Y'  )
  AND   TO_NUMBER (PCD_INST.INST_NUM)  =  123
  AND  ( PCD_INST_RS.H = 'Y'  )
  AND  ( PCD_INST_RS.MP = 'Y'  )
  AND  PT.PSTATUS  =  'A')and the execution plan
Execution Plan
   0      SELECT STATEMENT Optimizer=CHOOSE (Cost=228 Card=1 Bytes=205
   1    0   TABLE ACCESS (BY INDEX ROWID) OF 'PCD_INST' (Cost=
          2 Card=136 Bytes=4352)
   2    1     NESTED LOOPS (Cost=228 Card=1 Bytes=205)
   3    2       MERGE JOIN (CARTESIAN) (Cost=227 Card=3 Bytes=519)
   4    3         TABLE ACCESS (BY INDEX ROWID) OF 'PCD_INST_RS'
                 (Cost=4 Card=1 Bytes=41)
   5    4           NESTED LOOPS (Cost=141 Card=1 Bytes=143)
   6    5             MERGE JOIN (CARTESIAN) (Cost=57 Card=28 Bytes=28
          56)
   7    6               TABLE ACCESS (BY INDEX ROWID) OF 'RC' (Cos
          t=2 Card=1 Bytes=52)
   8    7                 INDEX (RANGE SCAN) OF 'RC_IDX1' (NON
          -UNIQUE) (Cost=1 Card=1)
   9    6               BUFFER (SORT) (Cost=55 Card=65 Bytes=3250)
  10    9                 TABLE ACCESS (BY INDEX ROWID) OF 'PCD' (Cos
          t=56 Card=65 Bytes=3250)
  11   10                   INDEX (RANGE SCAN) OF 'PCD_IDX_1' (NON
          -UNIQUE) (Cost=30 Card=25944)
  12    5             INDEX (RANGE SCAN) OF 'PCD_INST_RS
          _PK' (UNIQUE) (Cost=3 Card=233)
  13    3         BUFFER (SORT) (Cost=223 Card=165 Bytes=4950)
  14   13           TABLE ACCESS (FULL) OF 'PART' (Cost=86 Card=165 By
          tes=4950)
  15    2       INDEX (RANGE SCAN) OF 'PCD_INST_PK' (UNIQUE) (
          Cost=2 Card=1)what would you suggest so the performance can be much better ?
or anything that i shld take note from the execution plan ?
current it took > 4 hrs to retrieve abt 300 - 400k records
tks & rdgs

Probably all the additional brackets in the where
clause.
Just kidding, but it would help to see what is
happening better if you got rid of them, e.g.
WHERE
( PT.PT_ID = PCD_INST.PCD_ID  )
AND  ( PCD.PCD_ID = PCD_INST_RS.PCD_ID  )Should be
WHERE
PT.PT_ID = PCD_INST.PCD_ID 
AND   PCD.PCD_ID = PCD_INST_RS.PCD_ID  You could remove the to_number
AND   PCD_INST.INST_NUM  =  '123'
anything that i shld take note from the executionplan ?
What is shld?
retrieve abt 300 - 400k recordsHow many is abt?
SELECT STATEMENT Optimizer=CHOOSE (Cost=228Card=1 Bytes=205)Optimizer thinks it is going to return 1 row so your
statistics are way off.
What is rdgs?hi ,
i'll first remove the bracket and the to_number and try
then
i'll check with the DBA to see if the stats are up to date
sorry for the short-form, i was reminded earlier not to use that but i forgot
shld --> should
rdgs --> regards

Similar Messages

  • TS4062 Why does you tube run slow you tubep

    Why does you tube run so slow in hd

    Actually, it is keep vid dot come, not save vid that i used, but both are legit websites that allow you to download videos from anywhere without a lot of hassle or unsafe plugins. Sorry about any confusion.

  • HT1430 Why does my iPad run slow

    Why is my iPad running slow and closes a page when I'm on it?

    Some general troubleshooting steps in order:
    Terminate the Safari Application and restart it. Click the Home button to return to App screen. Double click Home to bring up the App tray. Touch and hold the Safari icon until “-” appears. Touch the “-” to terminate Safari. Terminate all other Apps listed as well. Then restart Safari.
    Use Settings > Safari > Clear History and Clear Cookies and Data
    Restart iPad: Press and hold the Sleep/Wake button until the red slider appears. Slide your finger across the slider to turn off the device. To turn it back on, press and hold the Sleep/Wake until the Apple logo appears.
    Reset iPad: Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Ignore the "Slide to power off".
    Restore iPad: Connect to iTunes on a PC/Mac and do a restore.

  • Why does my ipod run slow

    Hello people
    I was wondering
    Why does my ipod 4g run slow if it has enough space available?

    Periodically double click the home button and close all the apps in the recently used dock. Then power off and then back on the iPod. This frees up memory. The 4G only has 256 MB of memory.

  • Why does every browser run slow when I am doing something moderately hardware intensive in the background?

    I have looked but I don't even really know what to call this. But I can reproduce it everytime without fail and I don't understand.
    Steps to Reporduce
    Load up Safari (or chrome, whatever it doesn't matter, those two browsers have the excat same problem)
    Do some browsing. Not much just check your email or something (doesn't matter what you do)
    Run a application that uses some CPU. (Go play a game, or run handbreak, open parallells, anything that causes a bit of load)
    Go back to the browser and try to browse. Everything is dog slow and unsuable.
    Exit the application (just showing that the app was running while slow browsing)
    Browse sites at normal speed again
    Intresting facts
    I have been dealing with this for a while. So I have discovered a few things before posting here
    There is plenty of free RAM both Inactive and Unused in Activity monitor is over 1G (I have 8G total)
    There is plenty of CPU "room". Nither core is anywhere near 100%
    The goal is under moderate load, so overloading the computer and trying is not what is happening.
    nice-ing proccesses has no effect
    I notice it most when running games, but it happens at other times too, games are just one of the few things that put any load on this mac.
    Other programs work fine. I have never noticed anyother program running slow ever when this is occuring. This includes programs that include the webkit controll, oddly. Though, to be fair, that may not be accurate as I don't experance that as often.
    I have verified disk (everything is fine)
    I have verified permissions (and repaired them, everything is fine)
    Disk and permissions don't seem to have any effect.
    Network traffic does not seem slow, I can transfer files at the same rate when the browsers are slow, or when theyre runnning fine.
    There is no odd hardware plugged in. I have 1 external USB disk that is always plugged in for timemachine and thats it (thoughI have unplugged that with no effect, and I have added other hardware with no effect)
    The websites/pages/browsers seem to run at a normal speed if you don't have them as the active window. Really hard to say if it's just perception cause I am not watching them, or if there is an actuall effect.
    The site being browsed doesn't seem to matter. Any site regaurdless of complexity seems to be effected. It could be Javascript related though that is really hard to tell, but browsing sites without any javascript or even from the local hardrive (test pages with no JS) still take a very long time to load.
    Average page load time is 15-30 seconds during which the whole browser is unresponcive.
    I am mostly talking about safari here as that is what I would really like to use, but chrome has basically the same effect. For this question I am sticking with fixing safari though.
    What I am looking for:
    A fix would be nice
    But I would settle for an explaniation that I can accept.
    I am running a MBP 17" with 8 gigs of ram and the 2.53 GHZ i5 processor. I am fully up to date with both Lion and Safari.

    Also would like to say DNS resolution is not the problem. I do not use my ISPs DNS servers. I use Google's public DNS servers and a in house caching DNS. DNS resolution is fine, outside the browser and the pages are getting "stuck" while loading not while transfering, or resolving.

  • Why does Photoshop CC running slow when using Mixer brush tool

    Why does Photoshop CC and Photoshop C6 running SOOO slowly when using Mixer brush tool??
    Only to create one stroke it takes several seconds.
    I have to wait a long time to do next stroke. I can't work with this. How do I fix this??
    I have a new computer, a Mac Book Pro with 16 GB ram, so I have plenty of ram.

    You really have to keep your brush size small with the Mixer Brush tool.  And that necessitates keeping your canvas failry small as well.
    Back a few years ago I did a whole painting with the Mixer Brush once and some of the bristle brushes - just to see if I could - and I found I had to really limit the brush size (e.g., to 50 to 75) in order to get enough responsiveness to keep painting.  In that case my canvas was 4096 x 5120.  It's not impossible to get a good, professional result, but you have to be careful about sizing things right.
    -Noel

  • Why does my imac run slow with mac os x v10.6.7

    Since I installed Snow Leopard, our iMac has been freezing up and running slow.  Does anyone have any idea about how to fix this?

    How full is your disk?
    Allan

  • Why does my computer run slower with Aperture installed

    I installed Aperture on my MacBook Pro and now it runs slow when the program is open. 

    Nikon,
    Aperture does lots of background processing after you first install it.  It is likely that Aperture is performing some of this processing as soon as you open it now.  You can get a good feeling for what it is doing if you show the Activity with {Command}-{Shift}-0.
    You may have to let Aperture crunch away for hours or even overnight before it is done.

  • Why does my ipad run slow since update

    Since updating the software, my ipad runs slow, particularly games and web

    Try a Restart. 
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider. Press and hold the Sleep/Wake button until the Apple logo appears.
     Resetting your settings
    You can also try resetting all settings. Settings>General>Reset>Reset All Settings. You will have to enter all of your device settings again.... All of the settings in the settings app will have to be re-entered. You won't lose any data, but it takes time to enter all of the settings again.
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears. Apple recommends this only if you are unable to restart it.
    Or if this doesn't work and nobody else on the blog doesn't have a better idea you can contact Apple. 
    Here is a link to their contacts with most of the information below. 
    http://www.apple.com/contact/

  • Why does office 2011 run slow under mountain lion?

    I was in an Apple Store and launched MS Office (Word or Powerpoint) on a new iMac they had on display.  It was very slow.  I rebooted and repeated the event from cold.  It made no difference.  Is there a problem with M.Lion and Office 2011?

    I suspect it isn't that the program is running slow it's just these programs aren't made by apple therefore could take up alot of RAM space so the more apps you have open the slower your system will be. Try downloading apple's iWork (pages, keynote and numbers) and quitting some apps. You should see a major difference. If you would like to stick with MS Office just quit your apps. I doubt it's the program.

  • Why does my computer run slower now with OS X Mavericks?

    I installed OS X Mavericks on my Mac, which is an older MacBook, and now it runs much slower and I have to Force Quite just about everytime I want to downloard something. Needless to say, I am frustrated!! Now when it boots up, the last web site I was on is fron and centre! I don't get my home page. What can I do to speed this thing up and make it run the way it did before this installation! I thought it was suppose to be better!

    If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostic  test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary on general principle, not because of anything suggested in this comment. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Below are instructions to run a UNIX shell script, a type of program. It does nothing but produce human-readable data about the state of your computer. However, you need to be cautious about running any program at the behest of a stranger on a public message board. If you question the safety of the procedure suggested here — which you should — search this site for other discussions in which it’s been followed without any report of ill effects. If you can't satisfy yourself that these instructions are safe, don't follow them.
    Here's a summary of what you need to do: Copy a line of text from this web page into the window of another application. Wait about a minute. Then paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only run the test in safe mode, proceed anyway.
    If you have more than one user, and the affected user is not an administrator, then please run the script twice: once while logged in as the affected user, and once as an administrator. The results may be different. The administrator is the user that is created automatically on a new computer when you start it for the first time. If you can't log in as an administrator, just run the script as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clickinganywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
    Triple-click anywhere in the line of text below on this page to select it:
    clear; shopt -s extglob; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; PB="/usr/libexec/PlistBuddy -c Print"; Pm () { [[ "$o" ]] && o=$(sed 's/^/   /' <<< "$o") && printf "$Fm" "$1" "$o"; }; Pc () { o=$(egrep -v '^[[:blank:]]*($|#)' "$2"); Pm "$1"; }; Pp () { o=$($PB "$2" | awk -F'= ' \/$3'/{print $2}'); Pm "$1"; }; Ps () { o="${o##+( )}"; [[ "$o" -ne 0 ]] && printf "$Fs" "$1" "$o"; }; a=$(id | grep -w '80(admin)'); r=1; [[ "$a" ]] && { sudo true; r=$?; }; { [[ "$a" ]] || echo $'No admin access\n'; [[ "$a" && "$r" -ne 0 ]] && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=$(system_profiler SPDiagnosticsDataType | sed '5,6!d'); fgrep -q P <<< "$o" && o=; Pm "POST"; o=$(nvram boot-args | awk '{$1=""; print}'); Ps "boot-args"; o=$(($(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( $(sar -u 1 10 | sed '$!d') ); [[ ${s[4]} -lt 90 ]] && o=$(printf 'User %s%%\t\tSystem %s%%' ${s[1]} ${s[3]}) || o=; Pm "Total CPU usage" && o=$(ps acrx -o comm,ruid,%cpu | sed '2!d'); Pm "Max %CPU by process (name, UID, %)"; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); Pm "Loaded extrinsic kernel extensions"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); Pm "Loaded extrinsic user agents"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); Pm "Inserted libraries"; for f in crontab fstab launchd.conf sysctl.conf; do Pc $f /etc/$f; done; Pc "hosts" <(sed '1,10d' /etc/hosts); Pc "User crontab" <(crontab -l); Pc "User launchd" ~/.launchd; o=$(find {,/u*/lo*}/e*/periodic -type f -mtime -10d); Pm "Modified periodic scripts"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=$(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); Ps "Restricted user files"; cd; o=$(find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done); Pm "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); Pm "Unsigned shared libraries"; o=$(system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l); Ps "Font problems"; for d in {/,}L*/{La,Priv,Sta}*; do o=$(ls -A "$d" | grep -vw \.DS_Store); Pm "$d"; done; o=$(ls /L*/L*/Dia*/*.p* | tail); Pm "Panic logs"; o=$(ls /L*/L*/Dia*/*.c* | tail); Pm "System crash logs"; o=$(ls L*/L*/Dia* | tail); Pm "User crash logs"; [[ "$r" -eq 0 ]] && { o=$(sudo profiles -P); Pm "Profiles"; o=$(sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'); Pm "Loaded extrinsic daemons"; o=$(sudo defaults read com.apple.loginwindow LoginHook); Pm "Login hook"; Pc "Root crontab" <(sudo crontab -l);}; o=$(syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'); Pm "Kernel messages"; } 2> /dev/null | pbcopy; exit
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the script will run anyway, but it will produce less information. In most cases, the difference is not important, so don't worry about it.
    The script may take up to a few minutes to run, depending on how many files you have and the speed of the computer. Wait for the line "[Process completed]" to appear in the Terminal window.
    You can then quit Terminal. The output of the script will have been copied to the Clipboard automatically. All you have to do is paste into a reply to this message by pressing command-V again. If any personal information, such as your name or email address, appears in the output, anonymize it before posting. Usually that won't be necessary. Please don't copy anything from the Terminal window.
    When you post the output, you might see in your browser the message, "You have included content in your post that is not permitted." That's because the forum software falsely identifies something in the post as a violation of the terms of use. If that happens, please post the output on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may offer you advice based on the output of the script. They speak only for themselves and I don't necessarily agree with their views.
    Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Why does my safari run slow with DSL?

    I recently had to change to DSL internet, and my macbook safari does not do well with it.
    I cannot seem to open more than one internet tab at a time, videos do not load, slow loading time for searching.
    Is there a way to fix this to where my safari is not so slow?
    Is it a macbook fix, or should I increase my DSL usage limit?
    My macbook is up to date.

    You will have to call the Internet Service Provider and let them test the line.
    Best.

  • Why does this AppleScript run twice in Automator?

    I am trying to create an application that I can run and change the function of my F1, F2 keys to or from standard function. I found this AppleScript online and it works... but it runs twice in a row:
    tell application "System Preferences" to activate
    tell application "System Events"
    tell application "System Preferences"
    activate
    set current pane to pane "com.apple.preference.keyboard"
    end tell
    tell process "System Preferences"
    click radio button "Keyboard" of tab group 1 of window "Keyboard"
    get every attribute of checkbox ¬
    "Use all F1, F2, etc. keys as standard function keys" of ¬
    tab group 1 of window "Keyboard"
    click checkbox ¬
    "Use all F1, F2, etc. keys as standard function keys" of ¬
    tab group 1 of window "Keyboard"
    activate
    if value of checkbox ¬
    "Use all F1, F2, etc. keys as standard function keys" of ¬
    tab group 1 of window "Keyboard" = 0 then
    display dialog ¬
    "Standard Function Keys off..." giving up after 1
    else
    display dialog ¬
    "Standard Function Keys on..." giving up after 1
    end if
    end tell
    tell application "System Preferences"
    quit
    end tell
    end tell
    If I change the Script by taking out the following, it only runs once. I believe my issue is in the below Script. I have fiddled with all that I know how to and either it doesn't run, or it runs twice...
    tell process "System Preferences"
    click radio button "Keyboard" of tab group 1 of window "Keyboard"
    get every attribute of checkbox ¬
    "Use all F1, F2, etc. keys as standard function keys" of ¬
    tab group 1 of window "Keyboard"
    click checkbox ¬
    "Use all F1, F2, etc. keys as standard function keys" of ¬
    tab group 1 of window "Keyboard"
    activate
    if value of checkbox ¬
    "Use all F1, F2, etc. keys as standard function keys" of ¬
    tab group 1 of window "Keyboard" = 0 then
    display dialog ¬
    "Standard Function Keys off..." giving up after 1
    else
    display dialog ¬
    "Standard Function Keys on..." giving up after 1
    end if
    end tell
    Any suggestions would help. If you run it and it only runs once, I am at a loss. Thank you for you time.

    it works fine for me in both automator and applescript. are you sure you didn't enter it twice in the Run Applescript workflow?
    a couple of tweaks, more for clarity than anything else:
              tell application "System Preferences"
                        activate
                        set current pane to pane "com.apple.preference.keyboard"
              end tell
              tell application "System Events"
                        tell process "System Preferences"
                                  click radio button "Keyboard" of tab group 1 of window "Keyboard"
                                  get every attribute of checkbox ¬
                                            "Use all F1, F2, etc. keys as standard function keys" of ¬
                                            tab group 1 of window "Keyboard"
                                  click checkbox ¬
                                            "Use all F1, F2, etc. keys as standard function keys" of ¬
                                            tab group 1 of window "Keyboard"
                                  activate
                                  if value of checkbox ¬
                                            "Use all F1, F2, etc. keys as standard function keys" of ¬
                                            tab group 1 of window "Keyboard" = 0 then
                                            display dialog ¬
                                                      "Standard Function Keys off..." giving up after 1
                                  else
                                            display dialog ¬
                                                      "Standard Function Keys on..." giving up after 1
                                  end if
                        end tell
                        tell application "System Preferences"
                                  quit
                        end tell
              end tell

  • Why does my macbook run slow?

    Browsers, iphoto load very slowly. I have to do a lot of force quitting. I empty cache, and have only a dozen or so, mostly alias items on my desktop, but my machine is behaving like the pc it once replaced.
    Is there a repair software recommended? Or should i take to a dealer for service. Thanks for any help. The following is my info:

    When openning mail or Sarfari or almost any application it takes for ever to load; Send something to printer and it locks up for 5 minute then finally send to printer; over all performation is very slow?

  • Why is does my apple run SLOW.you go to open a program and the circle thing just spins for a delayed period of time.  You change from typing in a word doc and go to say email or internet and it takes several minutes to allow you open anything up.  Like it

    Why is does my apple run SLOW.you go to open a program and the circle thing just spins for a delayed period of time.  You change from typing in a word doc and go to say email or internet and it takes several minutes to allow you open anything up.  Like it is frozen.  I have tried rebooting the computer and it works for a few minutes then gets stuck.

    Which model iMac do you have?
    How large is your HD and how much space do you have left?
    Check out the following & do the necessary: 
    User Tip:  Why is my computer slow?
    What to do when your computer is too slow
    Speeding up your Mac
    OS X (10.6.6)
    Use Software Update or the OS 10.6.8 combo update to update your OS.  Also, update everything SU has to offer for your computer.  When done, repair permissions and restart your computer.

Maybe you are looking for