473,387 Members | 1,440 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

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
Jul 20 '05 #1
1 1249

"Jaunty Edward" <sm***********@hotpop.com> wrote in message
news:1e**************************@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

Jul 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
by: Beda Christoph Hammerschmidt | last post by:
I wat to perform some performance measurements on an XML database. FOr this reason i need some huge XML sample data. The data should be not too structured and a lot of reasonable queries should...
8
by: Chris Beall | last post by:
I'm struggling with how to handle, on a web page, images that contain text that the user must be able to read. Examples: tombstone photos, photos or scans of historic documents (handwritten or...
1
by: Peter Arrenbrecht | last post by:
Does anyone have experience with running the DB2 Design Advisor on huge workloads? I have a workload for a single day for some 132'000 statements in a file. Will the advisor handle this or should I...
7
by: Susan Bricker | last post by:
Greetings. As a relative newcomer to Access, I am having trouble deciding on how to design the form flow for updating and creating related records. I'm looking for a variety of suggestions so...
193
by: Michael B. | last post by:
I was just thinking about this, specifically wondering if there's any features that the C specification currently lacks, and which may be included in some future standardization. Of course, I...
5
by: amanatio | last post by:
I have a huge form with many data bound controls on it and 34 tables in database (and of course 34 data adapters and 34 datasets). The form is extremely slow to design (huge delay when I go to code...
1
by: Robert Blass | last post by:
I am looking to get my feet wet with encryption. When I say encryption program I am talking about something to get me off to a quick start. Something very simple, far less than the 40+ bit...
6
by: GiJeet | last post by:
Hello, I'm working on a winforms app that will be used in stores in different states and each state can have different data capture requirements. I want to create a base form for for all the...
1
by: John [H2O] | last post by:
Hello, I am writing some scripts that run a few calculations using scipy and plot the results with matplotlib (i.e. pylab). What I have found, however, is that the bulk of the time it takes to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.