Skip to content

makezip improvements #366

Open
Open
@kieranjol

Description

@kieranjol

Now that we know more about zips, there's much room for improvement:

  • It seems that LZMA compression at level 3 takes the same amount of time as uncompressed (probably due to overheads and usb3 bottlenecks) with a compression ratio of about 62%. LZMA has 6% better compression but takes about 50% more time.
  • File splitting needs to be reduced from 500 gigs to something more like 100 gigs, as more LTO tapes will be filled up this way
  • Looks like the logging of makezip within sipcreator has repetition and some minor errors (like two verifications, but saying status=finished
  • It's worth investigating if 7za actually does the Test at the end of the zipping process. There's a very long stall at the end of a large zipping process, perhaps this is a fixity check, or maybe it is generating the hashes? It's worth figuring this out by intentionally damaging files with a hex editor and also trying to analyse the source code.
  • the mediatrace/mediainfo and dfxml all seem to hang around outside the SIP folder - these should be deleted
  • the extra manifest files in the logs need to be deleted too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions