Valid 1Z0-888 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-888 Exam! ExamDiscuss.com now offer the newest 1Z0-888 exam dumps, the ExamDiscuss.com 1Z0-888 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-888 dumps with Test Engine here:
Access 1Z0-888 Dumps Premium Version
(155 Q&As Dumps, 35%OFF Special Discount Code: freecram)
Recent Comments (The most recent comments are at the top.)
14.6.3.4 Undo Tablespaces
Undo tablespaces contain undo logs, which are collections of undo log records that contain information about how to undo the latest change by a transaction to a clustered index record. Undo logs exist within undo log segments, which are contained within rollback segments. The innodb_rollback_segments variable defines the number of rollback segments allocated to each undo tablespace.
Undo logs can be stored in one or more undo tablespaces instead of the system tablespace. This layout differs from the default configuration in which undo logs reside in the system tablespace. The I/O patterns for undo logs make undo tablespaces good candidates for SSD storage, while keeping the system tablespace on hard disk storage.
The number of undo tablespaces used by InnoDB is controlled by the innodb_undo_tablespaces configuration option. This option can only be configured when initializing the MySQL instance. It cannot be changed afterward.