Groups | Blog | Home
all groups > sql server clustering > may 2004 >

sql server clustering : Need advice on massive database


Jack Victor
5/21/2004 10:06:17 AM
Hi,

We're in the process of architecting a very large SQL2K database. We
believe this database will grow 2TB per month. 99% of the inserts will be
done via bulk inserts. Approximately 3-4 per day an application that we
wrote will query and pull approximately 6 million records at a time.

* Will this work with SQL Enterprise or should I use DataCenter?

* Will this operate on Win2k Enterprise or should I use Datacenter?

* What I/O recommendations do you suggest (RAID or fiberchanner / RAID
array, SAN, or NetSAN, memory on controller, etc) to keep up with a bulk
insert of approximately 2,000 records per second?

* Will failover clustering work with a database this size (stupid
question but I have to ask)?

Thanks!
Jack
Geoff N. Hiten
5/21/2004 10:26:58 AM
Comments Inline

--
Geoff N. Hiten
Microsoft SQL Server MVP
Senior Database Administrator
Careerbuilder.com

I support the Professional Association for SQL Server
www.sqlpass.org

[quoted text, click to view]
DataCenter is an OS-level difference. SQL stops at Enterprise Edition, but
it will run on DataCenter OS. You may need DataCenter, but only for the #of
CPUs it will support.
[quoted text, click to view]
Again, you may need the memory and/or CPU scalability of Datacenter. A lot
depends on the number of concurrent users and the total load.
[quoted text, click to view]

SAN. Big SAN with multiple HBAs and paths.
[quoted text, click to view]
Sure. It may take some time to go through the recovery process during a
failover, but clustering does not affect scalability.
[quoted text, click to view]

AddThis Social Bookmark Button