Methods for Minimizing Log Table Size | VantageCloud Lake - Methods for Minimizing Log Table Size - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
Ways to minimize the size of your DBQL log tables and therefore avoid running out of disk space in DBC include the following:
  • Add a date column to avoid multiple casting of the time columns.
  • Use MVC on the columns of the copies of DBQL tables.
  • Log only the data you need. For example, if default data in DBQLogTbl is sufficient, do not log WITH SQL or WITH OBJECTS too.
  • Limit summary logging to the accounts you want to track.
  • Limit SQL text logging to a specific number of characters.
  • End logging whenever logging data is no longer needed for a specific user, group of users, account, list of accounts, or applications.