SYS.V$TTSTATS_TXN_LOG_HIST

This view contains data about the transaction log write metric history.

Usage with TimesTen Scaleout

This view contains data for the local element.

Usage with TimesTen Classic

This view exists in TimesTen Classic, but contains no data.

Columns

Column name Type Description

ID

TT_BIGINT NOT NULL

The snapshot identifier

SAMPLE_SIZE

TT_INTEGER

The sample factor (for example, a value of 1 collects metrics every log write and a value of 10 collects metrics for every ten log writes)

TOTAL_WRITE_SAMPLES

TT_BIGINT

The total number of write samples that were collected

WRITE_SIZE

TT_BIGINT

The last write size

WRITE_LATENCY

BINARY_DOUBLE

The last write latency

COLLECTED_AT

TT_TIMESTAMP NOT NULL

The time when the snapshot was collected

ELEMENTID

TT_INTEGER NOT NULL

The element from which the snapshot was collected