Click here to Skip to main content
15,923,015 members
Home / Discussions / Database
   

Database

 
AnswerRe: Search Security Pin
Colin Angus Mackay24-Oct-06 3:38
Colin Angus Mackay24-Oct-06 3:38 
AnswerRe: Search Security Pin
Pete O'Hanlon26-Oct-06 9:05
mvePete O'Hanlon26-Oct-06 9:05 
QuestionOne large table vs. several smaller tables Pin
Joe Smith IX24-Oct-06 0:25
Joe Smith IX24-Oct-06 0:25 
AnswerRe: One large table vs. several smaller tables Pin
Jim Conigliaro24-Oct-06 4:48
Jim Conigliaro24-Oct-06 4:48 
GeneralRe: One large table vs. several smaller tables Pin
Joe Smith IX25-Oct-06 8:49
Joe Smith IX25-Oct-06 8:49 
GeneralRe: One large table vs. several smaller tables Pin
Jim Conigliaro25-Oct-06 9:33
Jim Conigliaro25-Oct-06 9:33 
GeneralRe: One large table vs. several smaller tables Pin
Joe Smith IX26-Oct-06 2:21
Joe Smith IX26-Oct-06 2:21 
GeneralRe: One large table vs. several smaller tables Pin
Jim Conigliaro26-Oct-06 2:33
Jim Conigliaro26-Oct-06 2:33 
Typically, anything greater than a few milliseconds is considered poor performance. You can easily achieve sub-10 second performance on an insert in a million entry table - assuming that your server is appropriately scaled for the job. For a million record table, you should still be able to achieve sub-second inserts. Make sure you do the math on your performance analysis. For example, if you shoot for 10 seconds in your insert time:

10 seconds * 5000 inserts/day
= 50000 seconds/day spent inserting
= 13.8 hours/day spent inserting records

Create your table, inject a few million records into the table and then do some performance analysis. If the performance is acceptable, then you have your answer!




QuestionGathering Data and Calculating??? Pin
nit11523-Oct-06 14:50
nit11523-Oct-06 14:50 
AnswerRe: Gathering Data and Calculating??? Pin
Edbert P23-Oct-06 15:01
Edbert P23-Oct-06 15:01 
AnswerRe: Gathering Data and Calculating??? Pin
Rob Graham23-Oct-06 15:03
Rob Graham23-Oct-06 15:03 
GeneralI forgot to mention..... Pin
nit11523-Oct-06 17:01
nit11523-Oct-06 17:01 
AnswerRe: Gathering Data and Calculating??? Pin
Jerry Hammond25-Oct-06 16:50
Jerry Hammond25-Oct-06 16:50 
QuestionLooking for a good Data migration solution Pin
sludgenz23-Oct-06 12:34
sludgenz23-Oct-06 12:34 
AnswerRe: Looking for a good Data migration solution Pin
Edbert P23-Oct-06 15:03
Edbert P23-Oct-06 15:03 
GeneralRe: Looking for a good Data migration solution Pin
sludgenz23-Oct-06 15:27
sludgenz23-Oct-06 15:27 
QuestionOpen XML and DateTime [modified] Pin
GaryWoodfine 23-Oct-06 11:55
professionalGaryWoodfine 23-Oct-06 11:55 
Questionhow to add row to the result query Pin
cellardoor071623-Oct-06 3:46
cellardoor071623-Oct-06 3:46 
AnswerRe: how to add row to the result query Pin
Elina Blank23-Oct-06 3:57
sitebuilderElina Blank23-Oct-06 3:57 
AnswerRe: how to add row to the result query Pin
Eric Dahlvang23-Oct-06 4:04
Eric Dahlvang23-Oct-06 4:04 
GeneralRe: how to add row to the result query Pin
cellardoor071623-Oct-06 4:37
cellardoor071623-Oct-06 4:37 
QuestionSorting In Sqlserver Reports Pin
kjosh23-Oct-06 3:43
kjosh23-Oct-06 3:43 
Questionsearching Pin
m.m._200723-Oct-06 3:33
m.m._200723-Oct-06 3:33 
AnswerRe: searching Pin
Edbert P23-Oct-06 13:02
Edbert P23-Oct-06 13:02 
Questionget the difference between two dates Pin
abdelhameed8123-Oct-06 1:19
abdelhameed8123-Oct-06 1:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.