public class BTreePageStats extends PageStats
blobs, histogram, leafBytes, maxLeafBytes, maxNodeBytes, minLeafBytes, minNodeBytes, nerrors, nodeBytes, nrawRecs, nvisited, rawRecBytes, SLOT_SIZES| Constructor and Description |
|---|
BTreePageStats() |
| Modifier and Type | Method and Description |
|---|---|
int |
getRecommendedBranchingFactor()
This computes the recommended branching factor for the index based on an
examination of the current branching factor, an assumed nominal page size
of 8k, the min, max, and average node and leaf sizes, and the histogram
of the allocation sizes for the index.
|
void |
visit(AbstractBTree btree,
AbstractNode<?> node) |
getBytesPerLeaf, getBytesPerNode, getBytesPerRawRecord, getDataRow, getHeaderRow, getTotalBytes, toString, trackSlotSize, visitwriteOnpublic void visit(AbstractBTree btree, AbstractNode<?> node)
public int getRecommendedBranchingFactor()
PageStatsgetRecommendedBranchingFactor in class PageStatsCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.