DBMT and non-discardable views

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.

Subject: There is no upgrade of the views

This is all done in code. We have a list of views that we treat as nondiscardable and we have a way for admins to add their own list of views to the nondiscardable list…

Hope this helps,
Steve
swatts@notesdev.ibm.com

Subject: Thanks, Steve