image size

+1 vote

Suppose I am uploading a 12mb of large size image to an assets. And I am uploading 10 images to a particular asset of that size. So 1 asset have 10*12 = 120mb of image size. Like that I have billions of assets and each asset have same amount of size of images. Now I want to know while fetching or filtering time will my system perform faster or it will be hanged?

asked Jan 17, 2017 by sidhatha

1 Answer

0 votes
 
Best answer
We've tested MultiChain with millions of assets, but not billions. As for the total amount of data, you have to consider what will actually fit on a single (logical, not necessarily physical disk drive). One billion assets with 120 MB of data each is 120 Petabytes of data which is thousands of the largest hard disks currently available. MultiChain will not be suitable for that amount of data, and you should use a storage system specifically designed for that sort of scale.
answered Jan 17, 2017 by MultiChain
selected Jan 19, 2017 by sidhatha
...