# which tables have been groomed lately
for db in `nzsql -d SYSTEM -qAtXm -c "\l" |perl -nle 'm/^(.*?)\|(.*)/g;print $1'`; do echo $db ; nzsql -q -F "|" -d "$db" -c "SELECT TABLENAME, MODE, START_TIME,COMPLETE_TIME,RECOVERED_EXTENTS , PURGED_RECORDS , PROCESSED_RECORDS FROM _V_GROOM_HISTORY LIMIT 100;" ; done ;
No comments:
Post a Comment
- the first minus - Comments have to be moderated because of the spammers
- the second minus - I am very lazy at moderating comments ... hardly find time ...
- the third minus - Short links are no good for security ...
- The REAL PLUS : Any critic and positive feedback is better than none, so your comments will be published sooner or later !!!!