|
|
Archives of the TeradataForum
Message Posted: Mon, 01 Jul 2013 @ 13:06:26 GMT
Subj: | | Re: Access count in DBC.Indices |
|
From: | | Gorner, Tomas |
You're confusing Access Logging with ObjectUseCountCollectRate, which is a parameter in DBS Control. The first one will generate entries in
DBC.AccLogTbl. That's basically what you enabled and you need to do some SQL to dig data out of it.
The second one, if set to a non-zero value, will make updates to the column you're referring to.
Check out SQL DDL documentation (Begin Logging) and Utilities (dbscontrol) for details.
Regards,
Tomas Gorner
| |