Archive

Posts Tagged ‘Notes View’

General Lotus Notes View Performance Tips

Here are some tips about view performance, regardless of whether or not reader access controlled documents are present.

Time/date formulas

Using @Now or @Today in a column or selection formula forces a view rebuild every time the view is refreshed. Therefore, if you use this kind of formula, consider making the view refresh Manually or “Auto, at most every n hours.” That way, when users open the view, they will not have to wait for a view rebuild (or rarely so, in the latter case). The downside to this is that the view may be out-of-date because it opened without trying to refresh. Consider the contents of these views and how fast they change to determine whether or not you can use these indexing options safely.

Read more…

Viewed 7470 times by 2296 viewers

How Lotus Notes View Indexing.

The first thing in lotus notes view you should know before troubleshooting a performance in notes view problem involving. Lotus notes server may indexing for indexing is how the process works. Indexing is usually done by the task of updating, which runs every 15 minutes on the Domino server. Technically, it is possible to adjust the interval, but it is to rename files, so it is rarely done.

When the Update task in Domino Server runs, it looks for each notes database on the Domino server with a modified date newer than the last time the task ran Update. So the task updates the views in those databases. Based on our experience, it is reasonable to assume that it takes about 100 milliseconds to update a display in a normal production database in a production environment.

Read more…

Viewed 4917 times by 1317 viewers

Categories: Notes Designer Tags: ,