Unix Technical Forum

Suggestions for HUGE DB Design

This is a discussion on Suggestions for HUGE DB Design within the SQL Server forums, part of the Microsoft SQL Server category; --> Hi, I am to make a DB that will handle over a million inserttions every month. Right Now I ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-29-2008, 05:12 AM
Jaunty Edward
 
Posts: n/a
Default Suggestions for HUGE DB Design

Hi,
I am to make a DB that will handle over a million inserttions every
month. Right Now I am to design it. I was wondering if any of you have
a tutorial or some guide that can talk about the best practices that a
DBA has to folow before he designs the new huge DB.

The DB will be used with ASP and will be online on a Dedicated
webserver in US only.

I will be thankful if anyone can guide me to a tutorial or tell their
own expiriences about such DBs.

Regards
jaunty Edward
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-29-2008, 05:12 AM
Greg D. Moore \(Strider\)
 
Posts: n/a
Default Re: Suggestions for HUGE DB Design


"Jaunty Edward" <smilesinblues@hotpop.com> wrote in message
news:1ec8978e.0409082133.2d58d005@posting.google.c om...
> Hi,
> I am to make a DB that will handle over a million inserttions every
> month.



Ok, unless the insertions are major BLOBs, that's not really huge. I have
one that handles that many an hour.


> Right Now I am to design it. I was wondering if any of you have
> a tutorial or some guide that can talk about the best practices that a
> DBA has to folow before he designs the new huge DB.


Half seriously... learn what a huge DB is. More seriously, MS Press has a
couple of decent books on the subject.

Generally I'd consider a DB huge based on the size. Planning disaster
recovery for a 5 GB is different than a 500GB database.

Also, what are your needs? Is is 24*7? 9-5 operations, etc?

>
> The DB will be used with ASP and will be online on a Dedicated
> webserver in US only.


Well, first, make sure it's on hardware separate from the webserver.

Second, put the logs on a separate PHYSICAL set of drives. (not logical,
that won't improve performance much).

Make sure you do decent backups.

Give us more details if you want more help.

>
> I will be thankful if anyone can guide me to a tutorial or tell their
> own expiriences about such DBs.


Well, based on the one real comment you made on size, this is a piece of
cake.

You could probably do this on a desktop class machine if you really needed
to (you're talking 2-3 insertions a second).


>
> Regards
> jaunty Edward



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 02:51 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com