Notesviewentry vs notesdocument

hi

is there any performance considerations in using notesviewentry vs a notesdocument to access info in a view?

thx

Subject: NotesViewEntry

Typically, It is said that access columnValues from NotesViewEntry should be a faster than accessing field value on notesdocument when notesdocument handle is retrieved from a view.

I could be wrong though…

Subject: You’re not wrong

Unless you have a need to access the underlying document, using NotesViewEntry and accessing the column values is faster than NotesDocument. If you do need to, note that you can access the document object from the viewentry object.