configures the size of BTree nodes in indexes.
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.
IConfiguration Interface | Db4objects.Db4o.Config Namespace