Download for Windows Premium
Publiciteit
SERIALIZABLE
/sɪəriə'laɪzəbl/
Definitie
capable of being converted into a storable format  ... See more
serializable
serializables
convertible
almacenable
This cache strategy should never be used if serializable transaction isolation level is required.
Esta estrategia de caché nunca se debe utilizar si se requiere un nivel de aislamiento serializable de transacciones.
It is a serializable class which has default constructor and getter & setter methods to initialize the instance attributes individually.
Es una clase serializable que tiene constructor por defecto y los métodos getter y setter para inicializar los atributos de la instancia individual.
Key-range locking ensures that the following operations are serializable
El bloqueo de intervalos con clave garantiza que las siguientes operaciones son serializables
Serializable transactions lock all rows they read or modify to ensure the transaction is completely isolated from other tasks.
Las transacciones serializables bloquean todas las filas que leen o modifican para asegurarse de que la transacción esté completamente aislada de otras tareas.
SERIALIZABLE is the most restrictive isolation level, because it locks entire ranges of keys and holds the locks until the transaction is complete.
SERIALIZABLE es el nivel de aislamiento más restrictivo, dado que bloquea intervalos enteros de claves y mantiene los bloqueos hasta que se completa la transacción.
If the highest level of isolation were maintained, the same set of rows should be returned both times, and indeed that is what is mandated to occur in a database operating at the SQL SERIALIZABLE isolation level.
Si se mantuviera el mayor nivel de aislamiento, los resultados de ambas consultas coincidirían, de hecho es lo que se pide a una base de datos operando al nivel de aislamiento SERIALIZABLE.
FROM is a consistent read, reading a snapshot of the database and setting no locks unless the transaction isolation level is set to SERIALIZABLE.
FROM es una lectura consistente, que lee una captura de la base de datos y no establece bloqueos a menos que el nivel de aislamiento de la transacción sea SERIALIZABLE.
The same result would occur if the REPEATABLE READ and SERIALIZABLE isolation levels were used because these isolation levels also cannot read past the locks placed in the first transaction.
El mismo resultado se produciría si se utilizaran los niveles de aislamiento REPEATABLE READ y SERIALIZABLE, ya que estos niveles no pueden leer después de los bloqueos realizados en la primera transacción.
For example, if a transaction changed from READ COMMITTED to SERIALIZABLE, the shared locks acquired after the change are now held until the end of the transaction.
Por ejemplo, si una transacción ha cambiado de READ COMMITTED a SERIALIZABLE, los bloqueos compartidos adquiridos después del cambio se mantienen hasta el final de la transacción.
Under multiversion concurrency control, at the SERIALIZABLE isolation level, both SELECT queries see a snapshot of the database taken at the start of Transaction 1.
Usando MVCC, al nivel de aislamiento SERIALIZABLE, ambas consultas SELECT ven una instantánea de la base de datos tomada al comienzo de la transacción 1.
This mistake could result in spurious "could not serialize access due to concurrent update" errors in REPEATABLE READ and SERIALIZABLE transaction isolation modes.
Este error podría resultar en falsos "no se puede serializar el acceso debido a la actualización simultánea" errores en la LECTURA REPETIBLE y el aislamiento de transacción SERIALIZABLE modos.
It begins, but does not complete, sqlTransaction1, which uses the SERIALIZABLE isolation level to start an update transaction.
Inicia, pero no completa, sglTransaction1, que utiliza el nivel de aislamiento SERIALIZABLE para iniciar una transacción de actualización.
Note: SQLite only supports two isolation levels, so you can only use READ UNCOMMITTED and SERIALIZABLE.
Nota: SQLite solo soporta dos niveles de aislamiento, por lo que solo se puede usar READ UNCOMMITTED y SERIALIZABLE.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor SERIALIZABLE in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
cotton swab: tool with cotton ends for applying makeup or creams
Ontdek het woord
Publiciteit

Suggesties

Resultaten: 91. Exact: 91. Verstreken tijd: 49 ms.