Re: Performance Testing: sp_configure min & max memory?
From: Rob Pecherer (rmp_at_sfdbs.com)
Date: 03/04/04
- Next message: Arun: "Query Analyzer problem"
- Previous message: Remi Blanchette: "Data Migration Tool"
- In reply to: Andrew J. Kelly: "Re: Performance Testing: sp_configure min & max memory?"
- Next in thread: Andrew J. Kelly: "Re: Performance Testing: sp_configure min & max memory?"
- Reply: Andrew J. Kelly: "Re: Performance Testing: sp_configure min & max memory?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 04 Mar 2004 15:47:41 GMT
I'm not trying to optimize for the query, I'm trying to get
a sense of the difference in processing time for 3 queries
which produce the identical result.
Each query references every data page in 2 relations,
so each page must be accessed at least once. With unlimited
memory, it will read every data page once and I won't be able
to detect any difference. With limited memory, I want to force Server2K
to page and possibly sense any performance difference.
If not, I will have to artificially increase the size of
the tuples to reduce the number of tuples per page. Or,
increase the number of tuples. Or both. Any of these
paths implies a lot more work than (artificially) restricting
the available memory.
The 16M is not intended to be permanent, only a temporary
means to compare these queries.
"Andrew J. Kelly" <sqlmvpnoooospam@shadhawk.com> wrote in message
news:OVbARGaAEHA.1796@TK2MSFTNGP12.phx.gbl...
> I doubt it is due to the fact you have too much memory. It's most likely
> due to the fact that you are now accessing the data from disk instead of
the
> cache. You can use the Max Memory setting to set a maximum limit that sql
> server will use for the memory pool but 16MB is pretty unrealistic.
>
> --
> Andrew J. Kelly SQL MVP
- Next message: Arun: "Query Analyzer problem"
- Previous message: Remi Blanchette: "Data Migration Tool"
- In reply to: Andrew J. Kelly: "Re: Performance Testing: sp_configure min & max memory?"
- Next in thread: Andrew J. Kelly: "Re: Performance Testing: sp_configure min & max memory?"
- Reply: Andrew J. Kelly: "Re: Performance Testing: sp_configure min & max memory?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|