Skip to content

Evaluate the cost of relocatable files in parallel filesystems #53810

Open
@fatteneder

Description

@fatteneder

With #49866 coming in v1.11 we changed the staleness check for cachefiles from using the mtime of the source files to computing their _crc32 hash. Because _crc32 needs to read the whole source file, it is likely more expensive to compute than querying the mtime.

So far no one seems to have noted regressions in loading times related to this change. If you do notice any, please link to this issue!

However, some noted that this change might have a notable impact on loading times on parallel filesystems.
This issue should track the status of this problem. I will update the list below regularly.


Metadata

Metadata

Assignees

No one assigned

    Labels

    filesystemUnderlying file system and functions that use it

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions