Skip to content

Store providers to disk #2847

Closed
Closed
@whyrusleeping

Description

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)

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions