Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::SetPartitionMaximumActive

Set the number of maximum active partitions, when exceeding the maximum c-tree's auto purging feature takes care of purging.

Syntax

void CTTable::SetPartitionMaximumActive(UCOUNT max)

Parameters

  • max [IN] - Number of maximum active partition members

Return

Void

See also

CTTable::SetPartitionIndexNbr CTTable:: CTTable::SetPartitionNumberBits CTTable::SetParitionRule CTTable::SetPartitionMaximumActive CTTable::GetPartitionIndexNbr

TOCIndex