SQL Server Database Sizing
Created: 09 Jan 2008 | Updated: 21 May 2010 | 8 comments
I'm trying to scope out a server for putting SEP 11 into our production environment. Does anyone know where I can find information on sizing disk space for SQL Server? I'd like to get a ballpark on how large my database will grow as we begin to add computers.
At this point, we have a 5 GB database for 50 machines after 45 days. I really hope the database for 5000 machine isn't 500GB, but I think that's what I might be looking at.
Any ideas?
Discussion Filed Under:
Comments 8 Comments • Jump to latest comment
Here's a basic example for sizing (will vary depending on your settings/requirements). I would suggest working with a Symantec rep in order to provide more specific numbers, so please consider this a starting point and NOT a recommendation.
The scenario below gives an example of the space required for Symantec Endpoint Protection implementation with 17,000 nodes. This example assumes the following metrics:
• An average 15,000 viruses over 60 days
• Keeping 20,000 Events of each Log
• Keeping 5 Versions of each SEP client ( 32/64 Bit, English and French language)
• 7 Backups are being retained
ITEM SPACE REQUIRED
15,000 Viruses Detected/Quarantined 12.9 MB
20,000 Events per log 722 MB
20 Client Versions 1280 MB
(5*2*2 (5 clients*2 (32 and 64bit) *2 (english and french))
Content Updates 300 MB
Total Database size: 3.2GB*
* - the database size of 2.3GB must be multiplied by 1.4 to account for the overhead of indexes and other tables in the DB.
The space required on the SEPM server to store 7 backups is approximately 14.5GB. A key component of the SEPM server is Internet Information Server (IIS) content which equals approximately 4GB.
I would suggest a minimum size of 25-50GB for the database to be safe. You can set the thresholds for log data, # of client versions, etc. in the SEPM.
On the Manager, you will need at least 15GB - content will take ~2GB for 10 update iterations retained (default) and then you will need additional space for temp storage, packages, IIS (4GB), etc.
Again, all these numbers will vary depending on the thresholds set and requirements you have,
Message Edited by 0WN3D on 01-09-2008 02:29 PM
Paul Murgatroyd
Principal Product Manager, Symantec Endpoint Protection
Endpoint twitter feed: http://twitter.com/symc_endpoint
Hi Paul
I'm a DBA and we're soon to implement a version of Endpoint Protection. I just came across this post and was wondering if I sent you the answers to these question I got from our anti-virus administrator could you please give me some indication as to what kind of sizing requirements we'd need from a database perspective?
Many thanks
Steven
Paul Murgatroyd
Principal Product Manager, Symantec Endpoint Protection
Endpoint twitter feed: http://twitter.com/symc_endpoint
Would you like to reply?
Login or Register to post your comment.