From 12a260bc63dbc0adb6be8307a16567c92256686a Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Fri, 31 May 2024 16:19:05 +0200
Subject: [PATCH] - added HINTs

---
 lib/SLUB/LZA/TA/Command/report.pm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lib/SLUB/LZA/TA/Command/report.pm b/lib/SLUB/LZA/TA/Command/report.pm
index 59d4d92..3a5a190 100644
--- a/lib/SLUB/LZA/TA/Command/report.pm
+++ b/lib/SLUB/LZA/TA/Command/report.pm
@@ -57,6 +57,7 @@ Ask an AIS for some statistics about AIPs.
 Overview:
 
 $base_cmd [--daily| --weekly | --monthly | --yearly] [--workflow=WORKFLOW]
+          ([--with-ldp] [--with-filetypes])
 $dummycmd --version
 $dummycmd --help
 
@@ -71,6 +72,11 @@ A printable PDF version could be generated using ff. commands:
     '$base_cmd | asciidoctor-pdf - > report.pdf'
 
 HINT: If you want lists, use the 'search' command instead!
+HINT: options '--with-ldp' and '--with-filetypes' should be used with care because the running time
+      increases from O(n) to O(n²) if one option is used
+      or increases to O(n³) if both options used
+      (with n => count of AIPs)
+HINT: ensure the ElasticSearch server allows to return >10.000 results if your archive is large
 
 DESCR
 
-- 
GitLab