public class HTreePageStats extends PageStats
blobs, histogram, leafBytes, maxLeafBytes, maxNodeBytes, minLeafBytes, minNodeBytes, nerrors, nodeBytes, nrawRecs, nvisited, rawRecBytes, SLOT_SIZES
Constructor and Description |
---|
HTreePageStats() |
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(AbstractHTree htree,
com.bigdata.htree.AbstractPage node) |
getBytesPerLeaf, getBytesPerNode, getBytesPerRawRecord, getDataRow, getHeaderRow, getTotalBytes, toString, trackSlotSize, visit
writeOn
public void visit(AbstractHTree htree, com.bigdata.htree.AbstractPage node)
public int getRecommendedBranchingFactor()
getRecommendedBranchingFactor
in class PageStats
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.