Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Overview
Listing Cache (LC) is a performance optimization feature designed to improve the speed of listing large datasets within Swarm storage. It works by caching directory listings, reducing the time and resource consumption required to fetch and display object listings repeatedly.
...
The listing cache prototype can be installed as a regular gateway. No extra config is required. Increasing java Java heap size is mandatory, and the disk storing /var/spool/caringo/cloudgateway
should be SSD with preferably >=100Gb free capacity.
...