hyperdrive icon indicating copy to clipboard operation
hyperdrive copied to clipboard

What are the storage limits for hyperdrive?

Open KrishnaPG opened this issue 3 years ago • 0 comments

(Assuming we have hard-disk space) Can hyperdrive be used to store large files (say 100K+ files, each 100GB) ?

When using a local file system, it looks like all the hyperdrive block data is stored into a single file (/data) in the storage. As such that will have problems with the OS file size limits.

What happens when the hyperdrive content becomes large? Will the hyperdrive (or hyperspace / hypercore) continue to append the blocks to the same underlying storage data file or will it spill them into different data files?

KrishnaPG avatar Dec 17 '21 03:12 KrishnaPG