From 68b801d04fcea22216679008bd8fbf8a00a92fb9 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Fri, 31 May 2024 17:34:08 +0200 Subject: [PATCH] - added hints to POD --- bin/ta-tool.pl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bin/ta-tool.pl b/bin/ta-tool.pl index 329845c..2865105 100644 --- a/bin/ta-tool.pl +++ b/bin/ta-tool.pl @@ -37,6 +37,17 @@ ta-tool - the swiss knife for the technical analyst working with different Achiv The tool allows you to submit queries to Archivematica's ElasticSearch, which makes your daily work as a technical analyst much easier. +=head1 HINTS + +command 'report' with 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) + +ensure the ElasticSearch server allows to return >10.000 results if your archive is large, especially if you use +file-specific options like '--pronom-id' or '--with-filetypes'. + + =head1 COPYRIGHT AND LICENSE Copyright by Andreas Romeyke, free licensed under General Public License v3 or higher, see file LICENSE for details. -- GitLab