Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Under Consideration
Workspace Domino
Created by Guest
Created on Feb 3, 2021

DQL : option to bypass FT Search for certain queries

Since V11, DQL leverages FT Search for certain queries.

In many cases it works well but in some cases, FT Search can be (much) slower than view scan or raw Nsfscan (depending on the amount of returned data for ex).

DomQuery utility and -e explain option help developers a lot to determine which query path is the best for app developers.

In Java / LS / ... API we have a way to prevent DQL from leveraging views to perform queries,

SetNoViews method existing in V11 : https://help.hcltechsw.com/dom_designer/11.0.0/appdev/builds/H_SETNOVIEWS_METHOD_JAVA.html

It would be cool to have a similar option to prevent DQL from leveraging FT Index., a SetNoFT method.

  • Attach files