Click here to Skip to main content
15,889,863 members
Home / Discussions / Database
   

Database

 
QuestionSpliting a table. Pin
devboycpp4-Jun-08 9:36
devboycpp4-Jun-08 9:36 
AnswerRe: Spliting a table. Pin
Member 33013254-Jun-08 9:56
Member 33013254-Jun-08 9:56 
GeneralRe: Spliting a table. Pin
devboycpp5-Jun-08 2:38
devboycpp5-Jun-08 2:38 
GeneralRe: Spliting a table. Pin
Member 33013255-Jun-08 3:08
Member 33013255-Jun-08 3:08 
GeneralRe: Spliting a table. Pin
devboycpp6-Jun-08 1:41
devboycpp6-Jun-08 1:41 
AnswerRe: Spliting a table. Pin
Parwej Ahamad4-Jun-08 17:27
professionalParwej Ahamad4-Jun-08 17:27 
GeneralRe: Spliting a table. Pin
Mycroft Holmes4-Jun-08 17:58
professionalMycroft Holmes4-Jun-08 17:58 
AnswerRe: Spliting a table. Pin
Alsvha4-Jun-08 17:53
Alsvha4-Jun-08 17:53 
Depends on many factors, such as the amount of data, how/what you'll split up, the set up of the database, how you measure performance etc.

Generally speaking you can reduce IO if you split sensibly, take a look at the PARTITIONING of tables in SQL Server 2005 (if you use that, and other vendors might have similar functionality),which automates this a bit and which seriously can increase read performance, but can hurt write performance a little bit. Some simple tests I've done for myself showed in situations that I could get ~66% faster read simply by partitioning.

Also as suggested by a previous poster, if your tables aren't normalized, there could be a gain from simply doing that to avoid redundant data, and thus decrease the number of operations with read/write.


AnswerRe: Spliting a table. Pin
Ashfield4-Jun-08 21:34
Ashfield4-Jun-08 21:34 
QuestionConnection String. Pin
hariram284-Jun-08 5:47
hariram284-Jun-08 5:47 
AnswerRe: Connection String. Pin
Parwej Ahamad4-Jun-08 7:02
professionalParwej Ahamad4-Jun-08 7:02 
AnswerRe: Connection String. Pin
Mycroft Holmes4-Jun-08 18:05
professionalMycroft Holmes4-Jun-08 18:05 
GeneralRe: Connection String. Pin
hariram285-Jun-08 2:47
hariram285-Jun-08 2:47 
AnswerRe: Connection String. Pin
Ashfield4-Jun-08 21:06
Ashfield4-Jun-08 21:06 
AnswerRe: Connection String. Pin
Single Step Debugger5-Jun-08 2:51
Single Step Debugger5-Jun-08 2:51 
QuestionSQL Server 2005 - path for log files when creating a new database Pin
Neophyte304-Jun-08 3:10
Neophyte304-Jun-08 3:10 
AnswerRe: SQL Server 2005 - path for log files when creating a new database Pin
Alsvha4-Jun-08 3:36
Alsvha4-Jun-08 3:36 
GeneralRe: SQL Server 2005 - path for log files when creating a new database Pin
Neophyte304-Jun-08 3:47
Neophyte304-Jun-08 3:47 
AnswerRe: SQL Server 2005 - path for log files when creating a new database Pin
Mike Dimmick4-Jun-08 5:14
Mike Dimmick4-Jun-08 5:14 
GeneralRe: SQL Server 2005 - path for log files when creating a new database Pin
Neophyte304-Jun-08 5:33
Neophyte304-Jun-08 5:33 
QuestionHelp with DTA Pin
Yaron Ben-Ami4-Jun-08 2:16
Yaron Ben-Ami4-Jun-08 2:16 
QuestionAccess Database Backup Pin
John Kh3-Jun-08 21:48
John Kh3-Jun-08 21:48 
AnswerRe: Access Database Backup Pin
ChandraRam4-Jun-08 1:21
ChandraRam4-Jun-08 1:21 
GeneralRe: Access Database Backup Pin
John Kh5-Jun-08 8:54
John Kh5-Jun-08 8:54 
GeneralRe: Access Database Backup Pin
ChandraRam5-Jun-08 19:02
ChandraRam5-Jun-08 19:02 

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.