Manage I/O with Cylinder Read | Teradata Vantage - About Managing I/O with Cylinder Read - Advanced SQL Engine - Teradata Database

Database Administration

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
upb1600054424724.ditamap
dita:ditavalPath
upb1600054424724.ditaval
dita:id
B035-1093
lifecycle
previous
Product Category
Teradata Vantageā„¢

A data block is a disk-resident structure that contains one or more rows from the same table and is the smallest I/O unit for the file system. Data blocks are stored in physical disk sectors or segments, which are grouped in cylinders.

Vantage employs Cylinder Read to enable full-file scan operations to run more efficiently by reading a list of cylinder-resident data blocks with a single I/O operation. This reduces I/O overhead from once per data block to once per cylinder. This can significantly reduce the time it takes to do a full-table scan of large tables. During installation, Cylinder Read is enabled by default.

If you notice a performance hit from Cylinder Read, try decreasing the value of the Cylinder Read Aging Threshold control field in the Ctl DBS screen. For information on this field, see Teradata Vantageā„¢ - Database Utilities, B035-1102.
Cylinder Read may improve performance during operations such as:
  • Full-table scan operations under conditions such as:
    • Large select
    • Merge INSERT ... SELECT
    • Merge delete
    • Sum, average, minimum, maximum, and count aggregates
  • Joins operations that involve many data blocks, such as merge or product joins.

Cylinder reads are not invoked when there is row partitioning elimination or column partitioning elimination.

For more information, see Managing I/O with Cylinder Read.