Performance Considerations

You can change the block size used in a Btree to affect the height or number of levels in a Btree collection.

Theory and test show that minimizing the height of a Btree reduces both the search and update time for Btree operations.

The improvements occur in the following areas.

However, you should consider the following potential negative effects.