When sizing for performance, you cannot just look at the size of the database; you must also include so many other factors, such as how large each record is. In this 1.1 PB it is for heavenly images. These will probably be very large files. Thus, the number of entries will be very small. Although both size and number of records are important, the number of records will play a greater role in DB execution than the total size.
In the company where I worked, we had a SQL database of less than 10 TB. When we asked Microsoft to evaluate the performance, they could only compare us with their own database, because they did not know about another company with a larger SQL Server database. We were shocked and worried that we had such a large database in SQL Server compared to other Microsoft clients.
If I did this again, I would not put a high transactional system in SQL Server.
Chris
source share