ICommonConfiguration.

BTreeNodeSize Property

Summary

configures the size of BTree nodes in indexes.

Syntax

int BTreeNodeSize { set; }

Remarks

configures the size of BTree nodes in indexes.

Default setting: 100
Lower values will allow a lower memory footprint and more efficient reading and writing of small slots.
Higher values will reduce the overall number of read and write operations and allow better performance at the cost of more RAM use.

In client/server environment it is good practice to configure the client and the server in exactly the same way.

Value

Type Description
int the number of elements held in one BTree node.