Hello. I' m trying to implement dbmt, so I've run the following command against one mail db (design from StdR9Mail):
dbmt mail\test.nsf -compactThreads 2 -updallThreads 2 -range 6:00AM 8:00PM -compactNdays 5 -force 1
Db has been compacted w/o errors but seems nothing has changed to views. So I have 2 questions about upgrading views to non-discardable:
1. Where can I see whether the view has been upgraded to non-discardable or not?
2. What factor (no view index at all? expired view index? smth else?) should really trigger such upgrade?
Thanks in advance.