Using mysql plugin for index and S3 for storage.
6M entries in Resources table.
GET /tools/metrics-prometheus does some heavy sql requests such as:
SELECT CAST(COALESCE(SUM(uncompressedSize), 0) AS UNSIGNED INTEGER) FROM AttachedFiles
All other Orthanc rest api requests freeze until metrics collection finishes.