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 fromstorage/ndb/src/kernel/blocks:

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

  • tsman.cpp: ImplementsTsman methods.