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 Assessment
Workspace Domino
Created by Guest
Created on May 7, 2020

show status of "LargeSummary" flag in database properties

with the implemantation of "largeSummary" in Domino 9.0.1 FP8 the limit for the amount of Summary data per document has been elevated from 64k to 16MB.

To enable this feature for an existing database its ODS must be 52 or higher, and we need to run "compact -ls on <database>" at the console. The response then can be either, that large summary is now enabled, or that it already was enabled before running compact. There apparently ic no other way to tell, whether LargeSummary is enabled for a database.

Please include an additional field in the advanced database properties page showing the status of this flag

  • Attach files
  • Guest
    Reply
    |
    Dec 1, 2022

    Not a solution to this request, but there are 2 other ways to check the status:

    • The field $LargeSummary if the icon note in the database indicates if large summary is enabled (value will be "1").

    • The org.openntf.domino API (v1202) now has a method on the Database object to check if it's enabled: db.isLargeSummaryEnabled()

  • Admin
    Thomas Hampel
    Reply
    |
    Apr 22, 2021
    https://www.eknori.de/2021-04-22/hcl-domino-v12-show-directory-now-displays-largesummary-information/