Extreme resource usage & hanging #2407
Labels
exp/novice
Someone with a little familiarity can pick up
help wanted
Seeking public contribution on this issue
topic/repo
Topic repo
Using IPFS master, d48cd56
Context: I have about 7 GB of pinned files, about ~100kb each. (The ipfs blocks directory is 18GB in size), migrated from IPFS 0.3 to 0.4.
ipfs cat
of a short text file I added just before doesn't seem to terminate after a few minutes of continuously reading ~400MB/s from an SSD where the IPFS blocks are stored.I also noticed, that with smaller sized local ipfs block dirs (7 GB), freshly created on 0.4,
ipfs cat
does succeed, but after about ~5 seconds of full CPU usage. (it succeeds possibly because all the just added 7GB of data is cached in memory)Seems like either a serious bug or a performance problem.
Question:
Does IPFS use a trie for accessing/indexing hashes?
If not, it definitely should.
The text was updated successfully, but these errors were encountered: