DELETE_VECTORS

Holds information on deleted rows to speed up the delete process.

Column Name Data Type Description
NODE_NAME 

VARCHAR

The name of the node storing the deleted rows.

SCHEMA_NAME

VARCHAR

The name of the schema where the deleted rows are located.

PROJECTION_NAME

VARCHAR

The name of the projection where the deleted rows are located.

STORAGE_TYPE

VARCHAR

The type of storage containing the delete vector (WOS or ROS).

DV_OID 

INTEGER

The unique numeric ID (OID) that identifies this delete vector.

STORAGE_OID

INTEGER

The unique numeric ID (OID) that identifies the storage container that holds the delete vector.

SAL_STORAGE_ID
VARCHAR Unique hexadecimal numeric ID assigned by the Vertica catalog, which identifies the storage.
DELETED_ROW_COUNT

INTEGER

The number of rows deleted.

USED_BYTES

INTEGER

The number of bytes used to store the deletion.

START_EPOCH

INTEGER

The start epoch of the data in the delete vector.

END_EPOCH

INTEGER

The end epoch of the data in the delete vector.

IS_SORTED
BOOLEAN Whether the storage container's data is sorted (WOS containers only).