Class RowGroupScannedEvent

java.lang.Object
jdk.jfr.Event
dev.hardwood.jfr.RowGroupScannedEvent

public class RowGroupScannedEvent extends Event

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

      public static final String STRATEGY_SEQUENTIAL
      See Also:
    • STRATEGY_OFFSET_INDEX

      public static final String STRATEGY_OFFSET_INDEX
      See Also:
    • file

      public String file
    • rowGroupIndex

      public int rowGroupIndex
    • column

      public String column
    • pageCount

      public int pageCount
    • scanStrategy

      public String scanStrategy
  • Constructor Details

    • RowGroupScannedEvent

      public RowGroupScannedEvent()