Hi,
Anyone has an idea if there is a performance impact in Domino Server in using “@Like” command instead of “@contains”?
Thanks
Hi,
Anyone has an idea if there is a performance impact in Domino Server in using “@Like” command instead of “@contains”?
Thanks
Subject: RE: @Like - Performance impact
I expect @Contains is a little faster, perhaps depending in part what matching expression you use, but the difference is probably fairly small as a percentage of the time it takes to access a document, for instance.
Subject: RE: @Like - Performance impact
Thanks