Thursday, April 21, 2011

what is the maximum data stored on sql server cluster ever?

What do you think is the maximum database size ever stored on sql server cluster?

From stackoverflow
  • I dont know, but I bet eve-online comes close, their MS SQL server data is stored on a pair or ramsans.

  • It's complicated, but you should be able to determine an answer here: http://msdn.microsoft.com/en-us/library/ms143432.aspx

    (Not counting failover clusters) Instances per computer: 50 Databases per instance: 32,767 Database Max Size: 524,272 TB

    50 * 32,767 * 524,272 = 858,941,031,200 TB

    Basically, ahockley is correct above.

0 comments:

Post a Comment