Lines Matching full:delayed
19 the basic concepts covered, the design of the delayed logging mechanism is
373 Delayed Logging: Concepts
390 is the fundamental goal of delayed logging.
399 Delayed logging is the name we've given to keeping and tracking transactional
408 One of the key changes that delayed logging makes to the operation of the
423 It should be noted that delayed logging is not an innovative new concept that
431 The fundamental requirements for delayed logging in XFS are simple:
442 Delayed Logging: Design
457 the delayed logging tracking lock to commit the transaction. However, the
458 flushing thread has the delayed logging tracking lock already held, and is
461 was the barrier to implementing delayed logging for so long.
481 formatting method and the delayed logging formatting can be seen in the
495 Delayed logging vector::
568 Delayed Logging: Checkpoints
702 Delayed Logging: Checkpoint Sequencing
716 mechanism, it does not work for delayed logging because transactions are not
720 As discussed in the checkpoint section, delayed logging uses per-checkpoint
764 behaves the same regardless of whether delayed logging is being used or not.
766 Delayed Logging: Checkpoint Log Space Accounting
858 Delayed Logging: Log Item Pinning
872 For delayed logging, however, we have an asymmetric transaction commit to
899 Delayed Logging: Concurrent Scalability
908 As a result, the delayed logging transaction commit code needs to be designed
1026 With delayed logging, there are new steps inserted into the life cycle::
1078 Hence delayed logging should not introduce any constraints on log item
1081 As a result of this zero-impact "insertion" of delayed logging infrastructure
1083 can basically switch between delayed logging and the existing mechanism with a
1086 characteristics, but this should not be necessary if delayed logging works as