Versions Compared

Key

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

...

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.

The efficiency score is the number of unique tape file accessed divided by the number of requests to access these files:

  • Access 10 files with 10 request = 100% score

  • Access 1 file with 10 request = 10% score

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.