|
|
Archives of the TeradataForum
Message Posted: Thu, 23 Mar 2006 @ 15:51:26 GMT
Subj: | | Re: Automatic statistics management |
|
From: | | Vollmer, James |
Yes. We've captured the tables/cols/indexes from dbc into a separate database structure. Each col/index contains a boolean value (Y/N) that
says to collect stats on that column. There is also a stored proc that can be called to collect stats on a given table that interrogates this
structure. Our intent has been to make this a repeatable process as we migrate between our development, test and production environments.
| |