transaction isolation level good explanation [closed]

社会主义新天地 提交于 2020-01-01 09:21:55

问题


Does someone knows a good book where transaction isolation levels are explained with a lot of examples and advices in what case what isolation level to use?


回答1:


You really need a book? There's some info on wiki: http://en.wikipedia.org/wiki/Isolation_(database_systems)#, but I think also Oracle documentation should be very helpful: http://download.oracle.com/docs/cd/B14117_01/server.101/b10743/consist.htm It's conceptually quite simple (tho technically quite complex).

Hope that helps!



来源:https://stackoverflow.com/questions/3532579/transaction-isolation-level-good-explanation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!