The RecordManager is used to manage the file in which we will store the B-trees. A RecordManager will manage more than one B-tree.
It stores data in fixed size pages (default size is 512 bytes), which may be linked one to the other if the data we want to store is too big for a page.
@author
Apache Directory Project