Subject | English | German |
microel. | board-level isolation of mainframe failures | Störungslokalisierung in Rechnern auf Leiterplattenebene |
microel. | board-level isolation of mainframe failures | Eingrenzung von Rechnerfehlern auf Leiterplattenebene |
comp., MS | isolation level | Isolationsstufe (The property of a transaction that controls the degree to which data is isolated for use by one process, and is guarded against interference from other processes) |
comp. | isolation level | Isolationsniveau (for query transactions) |
comp., MS | snapshot isolation level | Momentaufnahme-Isolationsstufe (A transaction isolation level in which each read operation performed by a transaction returns all data as it existed at the start of the transaction. Because a snapshot transaction does not use locks to protect read operations, it will not block other transactions from modifying any data read by the snapshot transaction) |
comp., MS | transaction isolation level | Transaktionsisolationsstufe (The property of a transaction that controls the degree to which data is isolated for use by one process, and is guarded against interference from other processes) |