Skip to content
Snippets Groups Projects
Commit 68b801d0 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- added hints to POD

parent 12a260bc
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,17 @@ ta-tool - the swiss knife for the technical analyst working with different Achiv ...@@ -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. 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 =head1 COPYRIGHT AND LICENSE
Copyright by Andreas Romeyke, free licensed under General Public License v3 or higher, see file LICENSE for details. Copyright by Andreas Romeyke, free licensed under General Public License v3 or higher, see file LICENSE for details.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment