Store providers to disk #2847
Labels
kind/enhancement
A net-new feature or improvement to an existing feature
status/in-progress
In progress
Milestone
Currently, provider records are kept in memory. this is the primary reason for excess memory growth in ipfs.
I've started to work on a solution to move all this data to disk, and use a variable sized LRU cache to retain the performance of an in memory data source (these queries need to be responded to FAST)
The text was updated successfully, but these errors were encountered: