serializable isolation 中文意思是什麼

serializable isolation 解釋
串列化級別
  • serializable : 串列化
  • isolation : n. 1. 隔離,分離;孤立,單獨。2. 封鎖交通。3. 【電學】絕緣。4. 【化學】離析(作用)。adj. 孤立主義的,孤立主義者的。n. -ism 孤立主義。n. -ist 孤立主義者,孤立派。
  1. Key - range locks protect a range of rows implicitly included in a record set being read by a transact - sql statement while using the serializable transaction isolation level

    在使用可序列化事務隔離級別時,對于transact - sql語句讀取的記錄集,鍵范圍鎖可以隱式保護該記錄集中包含的行范圍。
  2. By default, the isolation level is serializable

    默認情況下,隔離等級是可序列化的。
  3. Xsn - 57 is an update operation under serializable isolation

    Xsn - 57是序列化隔離下的更新操作。
  4. The scan is performed with the same semantics as a transaction running at the serializable isolation level

    執行掃描時所用的語義與在serializable隔離級別運行的事務的語義相同。
  5. Locking a range of keys allows transactions running at the serializable isolation level to prevent phantom inserts and deletes

    鎖定某個范圍內的鍵,使事務可以運行在可序列化隔離級別,防止假插入和假刪除。
  6. Second, most applications don ' t need serializable isolation ( phantom reads aren ' t usually a problem ), and this isolation level tends to scale poorly

    其次,絕大部分應用都無需使用「序列化」隔離(一般來說,讀取幻影數據並不是一個問題) ,此隔離級別也難以測量。
  7. Few existing applications use serializable isolation in production ; rather, they use pessimistic locks, which effectively forces a serialized execution of operations in certain situations

    目前使用序列化隔離的應用中,一般都使用的悲觀鎖,這樣強行使得所有事務都序列化執行。
  8. Always use transaction isolation level set to serializable

    總是將事務隔離級別設置為序列的。
分享友人