Beginning with the R8.52 release of NotesDomino there is a clear performance winner in the race to enumerate data from a View using the Backend View related classes. Significant performance work has been done on the ViewNavigator class to allow it perform well enough to serve as the underpinnings ...
Introduction The View.AutoUpdate property has been around for a long time. It provides a level of control by the application over how it should react to updates within NotesDomino views. It can be extremely helpful in applications that have busy views. It also has the ability to be a significant ...
Here's the promised followup article to my earlier posting on views and autoupdate. This blog post shows a sample agent that illustrates the differences in behavior when iterating over a view between having the AutoUpdate view property on, or off. ...