Version: 2021.1.3

✨ What's New

This list includes all new major features implemented.

Configurable performance tuning while retrieving the document list

Internal: see TFS #56581

Main goal is to improve the performance on the SQL statements, while retrieving the document list.
This can be achieved by using the correct SQL hints.

The custom hints are configurable by the Configure_DBSearchHintsSettings.ps1 custom PowerShell script included in the inPoint_Tools_%version%_%suffix%.zip, containing several sample code snippets how to configure the hints for the given item URI.

  • Configurable for these site types:

    • Global site
      • any global site in any tenant
      • any GSR in any tenant
      • any flat archive unit in any tenant
    • My site
      • any my site in any tenant
    • Mail site
      • any mailbox in any tenant
  • Scope of the customization

    • Folder – the hint is configured for the given item URI

See the manual for more details.