Perfomance

Embed Size (px)

DESCRIPTION

Perfomance

Citation preview

  • select schema_name, table_name, unload_priority from tables where table_name ='UNLOAD_ME';

    SCHEMA_NAME TABLE_NAME UNLOAD_PRIORITYLARS UNLOAD_ME 5 The priority is a relative rating (min: 0 = no unload at all, 1 = latest unload, max: 9 = earliest unload, default = 5) to rate tables against all other tables in the database.