Class RowGroupScannedEvent
java.lang.Object
jdk.jfr.Event
dev.hardwood.jfr.RowGroupScannedEvent
JFR event emitted when all pages in a row group column chunk have been scanned.
Scanning reads page headers and parses dictionary pages upfront, producing
PageInfo records for on-demand decoding. A high page count relative
to the row group size may indicate small page sizes or high cardinality
dictionary encoding.
-
Field Details
-
STRATEGY_SEQUENTIAL
- See Also:
-
STRATEGY_OFFSET_INDEX
- See Also:
-
file
-
rowGroupIndex
public int rowGroupIndex -
column
-
pageCount
public int pageCount -
scanStrategy
-
-
Constructor Details
-
RowGroupScannedEvent
public RowGroupScannedEvent()
-