reads, clustering, etc

  • server: QAT on clustering server ----> 23 seconds

    ----------------------------------------------------

    SS 2000 developer edition SP4

    win NT 5.2 (3790) SP4

    MeM 7935 MB

    processors 4

    root directory C:\program files...

    use a fixed memeroy size 640 MB

    reserve physical memory for sql server

    minimum query memory 1024 kb

    use all available processors

    minimum query plan threshold for considering 5

    PROFILER READS = 5234

    server: MILLER ----> 3 seconds

    ----------------------------------------------------

    SS 2000 developer edition no service pack

    win NT 5.2 (3790) SP4

    MeM 2047 MB

    processors 4

    root directory f:\MSSQL$INAQAT

    dynamically configure sql server memory

    use all available processors

    minimum query plan threshold for considering 5

    PROFILER READS = 598

    ----------------------------------------------------

    Making story short. I got an application that hits only 1 database called RECORDS. I'm getting different duration when running an application. 23 and 3 seconds.

    Same database, same objects and same application.

    SERVER QAT is our staging server, means lots of databases

    SERVER MILLER is just a server i just assembled, means just one database (RECORDS).

    Not sure if it's because it's a clustering server that is causing the issue nor the reads. If its the reads, what is causing it? Do you think is the how the memory is configured?. Will the experts pls stand up?

  • I issue was I did not have the SP4 installed.

    I have both servers on SP4 now and It's working fine now.

  • Things like that can be real tough to determine... thanks for the feedback! I'll have to remember that.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply