You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Quanhua-Guan the disk cache initializes asynchronously in part to address these issues, but you're right, there may be a way to increase startup performance by storing metadata in a different place – sadly this would require a major rewrite of the disk caching layer.
garrettmoon
changed the title
For DiskCache, Why not cache meta datas? or use Sqlite to store meta datas?
Store metadata in alternative structure to increase initialization performance.
Nov 14, 2018
When more and more data cache in DiskCache, the startup can cost a lot of time, and before that we can not get data from disk cache.
The text was updated successfully, but these errors were encountered: