翻訳と辞書
Words near each other
・ Autograph (software)
・ Autograph ABP
・ Autograph book
・ Autoclenz Ltd v Belcher
・ Autocles
・ Autocles, son of Tolmaeus
・ Autoclitic
・ Autocloning
・ Autococker
・ Autocode
・ Autocoder
・ Autocoding
・ AutoCollage 2008
・ Autocollimation
・ Autocollimator
Autocommit
・ Autocommunication
・ Autocomplete
・ Autoconf
・ Autoconfig
・ Autoconfiscation
・ Autoconform
・ Autoconstructive
・ Autocorrection
・ Autocorrelation
・ Autocorrelation matrix
・ Autocorrelation technique
・ Autocorrelator
・ Autocourse
・ Autocovariance


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Autocommit : ウィキペディア英語版
Autocommit

In the context of data management, autocommit is a mode of operation of a database connection. Each individual database interaction (i.e., each SQL statement) submitted through the database connection in autocommit mode will be executed in its own transaction that is implicitly committed. A SQL statement executed in autocommit mode cannot be rolled back.
Autocommit mode, in theory, incurs per-statement transaction overhead, having often undesirable performance or resource utilization impact. Nonetheless, in systems such as Microsoft SQL Server, as well as connection technologies such as ODBC and Microsoft OLE DB, autocommit mode is the default for all statements that change data, in order to ensure that individual statements will conform to the ACID (atomicity-consistency-isolation-durability) properties of transactions.〔Autocommit transactions. http://technet.microsoft.com/en-us/library/aa213069(v=sql.80).aspx〕
The alternative to autocommit mode (non-autocommit) means that the SQL client application itself is responsible for issuing transaction initiation (''start transaction'') and termination (''commit'' or ''rollback'') commands. Non-autocommit mode enables grouping of multiple data manipulation SQL commands into a single atomic transaction.
==See also==

* Commit
* Transaction

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Autocommit」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.