Query and Isolation Level
- From: "Wayne \(News\)" <whapp@xxxxxxxxxxx>
- Date: Thu, 15 Jun 2006 03:47:09 GMT
I have a question about any potential benefits from using low isolation
level in simple queries. (Level 1,2)
I have an application with many users. They're all running reports which do
simple queries against the database. All of the queries are pretty much the
same with minor variations.
There is also a great deal of contention in the database.
If I have a query. Is there really any benefit to doing something like.
select a,b,c from table A where A.name = 'FOO'
at isolation level read committed
Please excuse the syntax, I know it's probably not exact.
-Wayne
.
- Follow-Ups:
- Re: Query and Isolation Level
- From: Pravin
- Re: Query and Isolation Level
- From: Galen Boyer
- Re: Query and Isolation Level
- From: David Kerber
- Re: Query and Isolation Level
- Prev by Date: Re: Possible Bug with TOP N clause in cursor definition. Re: Critical difference between behaviour of @@sqlstatus vs. MS-SQL @@FETCH_STATUS?!?
- Next by Date: Re: Query and Isolation Level
- Previous by thread: Critical difference between behaviour of @@sqlstatus vs. MS-SQL @@FETCH_STATUS?!?
- Next by thread: Re: Query and Isolation Level
- Index(es):
Relevant Pages
|
|