Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In order to improve the performance and efficient usage of our MARS system, the server produces a warning whenever an inefficient access pattern is detected.

Code Block
languagebash
mars - INFO   - 20201216.185011 - The efficiency of your requests in the last 12 hours is 14% [marsod-core]
mars - WARN   - 20201216.185011 - Please see https://confluence.ecmwf.int/x/rxRtD in order to improve the efficiency of your requests [marsod-core]


A typical inefficient request pattern usually involves repeated access to elements of data which are stored in the same file on tape using separate MARS requests. This pattern forces multiple mounts of the tape (which is a very expensive operation for a tape-based mass storage system) that could be avoided if a single combined larger request were to be used.

We would recommend you to read Guidelines to write efficient MARS requests, but please do contact our ServiceDesk via email (servicedesk@ecmwf.int) or our support portal if you need any further advice.