tsm

package
v0.5.643 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TSM

type TSM interface {
}

Transaction Storage Manager (TSM) A monolith containing:

  1. Log Manager. Write Ahead Logging; WAL.
  2. Lock Manager. 2 Phase Locking; 2PL... **not** to be confused with 2 Phase Commit.
  3. Access Methods. In a conventional RDBMS B+-tree index and heap file access primitives, including latches.
  4. Buffer Pool. It is possible to externalise this componsnes as it does not require shared internal awareness with other components (as oppose to the other 3 components).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL