Product Documentation

SQL Operations Guide

Previous Topic

Next Topic

fc_get_transtats()

Returns FairCom DB SQL current transaction control statistics.

Result Set Fields (2)

Description VARCHAR(64)

Value BIGINT

Example

>call fc_get_transtats();


DESCRIPTION VALUE

----------- -----

# transaction begins 0

# transaction ends 0

# transaction aborts 0

# transaction savepoints 1

# transaction restores 0

# transaction log flush writes 0

DOSFLUSH sync calls 0

transaction log sync calls 2

cumulative transaction time^ 0

cumulative transaction count 0

maximum elapsed tran time^ 0

check point count 1

cumulative checkpoint time^ 0

cumulative checkpoint size 0

checkpoint index buffer writes 0

checkpoint data cache writes 0

log flush count 0

log flush time 0


18 records returned

TOCIndex