Register / Login  |  Desktop view  |  Jump to bottom of page

General » 6 terabyte limit

Author: Peter B.
1 decade ago
On the features page, it says that one can store up to 6 terabytes of data in a single archive. This limit is more than enough for me... at least for now. However, I can imagine needing to store more than 6 terabytes of data in the years to come. This limit will increase in future versions, right?

Author: James Bucanek
1 decade ago
 
Peter B. wrote:This limit will increase in future versions, right?

It probably will.

I've experimented with archives up to 10TB, but the performance is (currently) abysmal. The limiting factor is the de-duplication logic. The work to determine if a data block is a duplicate increases exponentially with the size of the archive. You don't notice the difference up to about 1-1.5TB, but after that things really slow down.

Performance can be improved by caching more information in RAM, but a cache big enough to get a 10TB archive to capture smoothly is more memory than most systems have.

As Mac ships with more and more RAM, and ever faster I/O systems, the useable size of an archive will increase. Until then, consider splitting your archives. Store your virtual machine images or media projects in one archive, and your system and regular documents in another.

Author: Peter B.
1 decade ago
I see. When I was reading about QRecall, I was asking myself how de-duplication could work over terabytes of data, and how difficult that would be. I should've realized that that conundrum was the reason for the current 6 terabyte limit.

Also, that's a great idea to split unrelated data into different archives! I'll definitely try that.




Register / Login  |  Desktop view  |  Jump to top of page