Class EndToEndPerf

java.lang.Object
io.debezium.performance.connector.oracle.EndToEndPerf
Direct Known Subclasses:
EndToEndPerf_jmhType_B1

public class EndToEndPerf extends Object
An end-to-end performance benchmark of the Oracle connector using LogMiner. This benchmark is designed to generate a given number of events for a specified table using a connector configuration based on the parameterized state EndToEndPerf.EndToEndState. The benchmarks test the following:
  • A given set of expected DML events
  • Parser implementation, legacy and fast versions
  • Mining Strategy, using redo logs or database online dictionary
The benchmark output is a matrix of all these parameterized values and the total time that is spent executing each end-to-end benchmark for the given tuple of parameters.
Author:
Chris Cranford
  • Constructor Details

    • EndToEndPerf

      public EndToEndPerf()
  • Method Details