File System: Single-Row Requests Columns - Advanced SQL Engine - Teradata Database

Resource Usage Macros and Tables

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
fwg1557098454552.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1099
lifecycle
previous
Product Category
Teradata Vantageā„¢

These columns identify the significant single-row requests made by application software on the file system. Rows are distinguished as permanent data (P), spool (S) or user append table / permanent journal table (APt).

Column Name Mode Description Data Type
FileAPtRowAppend count Number of requests for an append row append. FLOAT
FileAPtRowDelete count Number of requests for an append row delete. FLOAT
FileAPtRowInsert count Number of requests for an append row insert. FLOAT
FileAPtRowReadInit count Number of requests for an initial append row read. FLOAT
FileAPtRowReadCont count Number of requests for an continued append row read. FLOAT
FileAPtRowReplace count Number of requests for an append row replace/update. FLOAT
FilePRowAppend count Number of requests for a row append. FLOAT
FilePRowDelete count Number of requests for a permanent row delete. FLOAT
FilePRowInsert count Number of requests for a permanent row insert. FLOAT
FilePRowReadCont count Number of requests for a continued permanent row read. FLOAT
FilePRowReadInit count Number of requests for an initial permanent row read. FLOAT
FilePRowReplace count Number of requests for a permanent row replace. FLOAT
FileSRowAppend count Number of requests for a row append. FLOAT
FileSRowDelete count Number of requests for a spool row delete. FLOAT
FileSRowInsert count Number of requests for a spool row insert. FLOAT
FileSRowReadCont count Number of requests for a continued spool row read. FLOAT
FileSRowReadInit count Number of requests for an initial spool row read. FLOAT
FileSRowReplace count Number of requests for a spool row replace/update. FLOAT