Product Documentation

V9 Update Guide

Previous Topic

Next Topic

c-treeDB Functions to Start and Stop the c-tree Server Engine

FairCom DB can be supplied in a dynamically loadable module, called only on demand. To fully utilize the dynamically loadable approach, c-treeDB functions were added to start and stop the database engine.

c-treeDB C API

  • ctdbStartDatabaseEngine()
  • ctdbStopDatabaseEngine()

c-treeDB C++ API

  • CTSession::StartDatabaseEngine()
  • CTSession::StopDatabaseEngine()

TOCIndex