logo: Ytria - Lotus Notes Tools
Ytria Tech Lab
Articles, Tips, and Code for Lotus Notes Developers and Domino Administrators
10 Vote

How hiding views from the Lotus Notes client can bring a Domino server to its knees

In Domino Designer, enabling the option to hide views from the Notes client has one very unexpected impact:

It’s not just hiding the views from the Notes client, it’s also hiding them from the Updall/Update tasks–this means that neither the Update  nor the Updall task will update the view index.

So the job of indexing the view will instead fall upon the lap of the HTTP task which is 90% less efficient than Updall/Update tasks for this type of work! This can have a major impact on server performance if you have a decent number of views with the “Hide Design Element from Notes 4.6 and later clients” property checked.

It’s enough to make you think twice about using web-only views.

hidefromnotes How hiding views from the Lotus Notes client can bring a Domino server to its knees

This little checkbox looks innocent enough--but it can wreak havok on view indexing efficiency

Please note that Ytria’s designPropEZ tool provides a very quick and easy way to find any views with the “Hide from Notes client” property set. This feature is available in the free Lite version of the tool.

designpropEZ showing hiddenviews How hiding views from the Lotus Notes client can bring a Domino server to its knees

Hidden views shown in designPropEZ

Hat tip: This “Lotus Notes Secret” was first brought to our attention by Jérôme Deniau of [In://ForM] France.

pf button both How hiding views from the Lotus Notes client can bring a Domino server to its knees

Peter Woodford

on 1/28/10

5 Comments

  1. I can’t understand why that checkbox option says “Notes” and “Client” yet the problem is impacting “Domino” and “server”. Surely Lotus should be able to fix that relatively easily. The server should be able to see these sort of views to replicate them, so being able to see them to update them should be possible.

  2. I am having trouble believing this is true. Do you have something to prove this statement?

    If you can prove this then it should be reported to IBM as a bug, did you report the bug?

    Please elaborate since this sounds more like a FUD effort to sell your product.

  3. @ Rich
    It’s not a fud to sell the product. That’s something we faced on many web apps we migrated from r5 to nd6 .
    You can now access IBM information. Doc number is: 1238778 in IBM public kb!

  4. Here’s the link to the document given by Jérôme: http://www-01.ibm.com/support/docview.wss?uid=swg21238778

Trackbacks

  1. Tweets that mention How hiding views from the Notes client can bring a Domino server to its knees | Ytria Tech Lab -- Topsy.com

Leave a Comment

To diplay code in your comment, put the code between these brackets: [cc]your code[/cc]. You can also put inline code by using these: [cci]your inline code[/cci]