[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
configures the size of BTree nodes in indexes.
Namespace: Db4objects.Db4o.Config
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub BTreeNodeSize ( _ size As Integer _ ) |
C# |
---|
void BTreeNodeSize ( int size ) |
Visual C++ |
---|
void BTreeNodeSize ( int size ) |
Parameters
- size
- System.Int32
the number of elements held in one BTree node.
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.
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.