Transaction and Locks
By Omer Cansizoglu + May 6th, 2010Todays topic is TRANSACTION operations. This article will talk about the type of locks, consistency and update operations. If you have large tables, some data modification statements may take time and block others. You will learn how to read data with different level of consistency and durability. You can test many concepts with running multiple [...]
April 25th, 2010