Skip to content

Cache fill strategy at the beginning #8

@ArturAkh

Description

@ArturAkh

According to the following code:

https://github.com/HerrHorizontal/DistCacheSim/blob/test/sgbatch/sgbatch/src/SimpleSimulator.cpp#L398-L406

The files are duplicated on each cache at the beginning, leading to the same set of files and same hitrate on each cache at the beginning.

An alternative strategy can be implemented, e.g. by putting files randomly on only one cache, until the configured (average) hitrate is reached.

Could be done via an additional CLI option.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions