~akiban-technologies/akiban-persistit/trunk

« back to all changes in this revision

Viewing changes to doc/Miscellaneous.rst

  • Committer: Peter Beaman
  • Date: 2012-12-31 20:30:44 UTC
  • mto: This revision was merged to the branch mainline in revision 407.
  • Revision ID: pbeaman@akiban.com-20121231203044-nwg72cnihewk4dvz
JavaDoc and version number bump

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
Following are some short items you may find useful as you explore Akiban Persistit. Follow links to the API documentation for more details.
7
7
 
 
8
TreeBuilder
 
9
-----------
 
10
 
 
11
The class ``com.persistit.TreeBuilder`` improves performance of inserting large sets of data when the keys being inserted are non-sequential. TreeBuilder is effective if and only if the size of the data being loaded is significantly larger than the amount of memory available in the buffer pool and keys are inserted in essentially random order.
 
12
 
8
13
Histograms
9
14
----------
10
15