Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: tx isolation
Hi Pablo
Have supported large OLTP systems with databases using both approaches and though as you imply developers can code around not being read consistent that doesn't mean they always do (or do so properly) or that it is a effective use of their time for them to have to. I have seen non-rc systems grind to a halt because one of the junior developers didn't understand the locking strategy.
Have also seen systems written with dirty / uncommitted read isolation level all over the application, I guess its those same lazy developers :), leaving the poor dba to try and explain the 'invalid' results returned to a query by the database.
For info, MySQL has now developed a rc option (though I haven't tested it) links are www.innodb.com or MySQL Max on www.mysql.com.
You are correct though, in that no it doesn't do the dishes in fact its record on all domestic chores is woefull (despite what the Oracle marketting people say) :)
KJP
Pablo Sanchez wrote:
> KevJohnP <nospam_at_nowhere.com> wrote in news:3DEAC080.8020402_at_nowhere.com:
>
>
>>In the interests of balance, tried to find some Microsoft links that >>refute this.