Open GoogleCodeExporter opened 9 years ago
Raising priority
Original comment by maruel@chromium.org
on 30 Sep 2014 at 5:25
Why would you need to enumerate the directories?
For what it's worth, at Yahoo! long ago we had a very early DHT design that
worked around this by a three level split, \h\h/\h\h/\h\h/object , which scales
up to to billions of objects. We could probably get away with just two levels
pretty easily ...
Original comment by dpranke@chromium.org
on 8 Oct 2014 at 5:16
When run_isolated starts up, it loads its local cache via a state.json but also
ensure the files are actually present by enumerating the cache directory. Since
there's a fair churn rate on the directory, it'll likely make the directory
itself fairly fragmented. As the cache gets larger, this issue will likely have
more effect.
Original comment by maruel@chromium.org
on 8 Oct 2014 at 5:21
Original issue reported on code.google.com by
maruel@chromium.org
on 15 Aug 2014 at 2:13