S3Proxy could provide a read cache by saving every object during get and issuing conditional gets for validation which most backends support. We would need to provide knobs for cache size in gigabytes and number of objects. Write caching raises complex issues so I intentionally scope this to just reads. Related to kahing/goofys#82.
S3Proxy could provide a read cache by saving every object during get and issuing conditional gets for validation which most backends support. We would need to provide knobs for cache size in gigabytes and number of objects. Write caching raises complex issues so I intentionally scope this to just reads. Related to kahing/goofys#82.