NDB Cluster Internals  /  NDB Kernel Blocks  /  The TSMAN Block

4.22 The TSMAN Block

This is the tablespace manager block for Disk Data tables, implemented in the following files from storage/ndb/src/kernel/blocks:

  • tsman.hpp: Defines the Tsman class, as well as structures representing data files and tablespaces.

  • tsman.cpp: Implements Tsman methods.