3replies
-
Udaya, Admins will have access to a View called - "TS: Table Info". In that you will be able to see all the tables and the number of rows and the average size of a row. It has this data for each and every day. So make sure you filter down to just "Yesterday".
This view can be accessed only through the front end and not through TQL. The table names are fully qualified, meaning they will show the database name and the schema name in it. You can use string functions to parse out the database name and the schema names and aggregate at those levels.
Reply