Click here to Skip to main content
15,919,121 members
Home / Discussions / Database
   

Database

 
GeneralRe: How to spread traffic on a table Pin
Corporal Agarn22-Mar-11 1:27
professionalCorporal Agarn22-Mar-11 1:27 
GeneralRe: How to spread traffic on a table Pin
Johan Hakkesteegt22-Mar-11 2:11
Johan Hakkesteegt22-Mar-11 2:11 
AnswerRe: How to spread traffic on a table Pin
Mycroft Holmes22-Mar-11 1:32
professionalMycroft Holmes22-Mar-11 1:32 
GeneralRe: How to spread traffic on a table Pin
Johan Hakkesteegt22-Mar-11 1:55
Johan Hakkesteegt22-Mar-11 1:55 
AnswerRe: How to spread traffic on a table [modified] Pin
Jörgen Andersson22-Mar-11 1:54
professionalJörgen Andersson22-Mar-11 1:54 
GeneralRe: How to spread traffic on a table Pin
Johan Hakkesteegt22-Mar-11 2:07
Johan Hakkesteegt22-Mar-11 2:07 
GeneralRe: How to spread traffic on a table Pin
Jörgen Andersson22-Mar-11 6:15
professionalJörgen Andersson22-Mar-11 6:15 
AnswerRe: How to spread traffic on a table Pin
Wendelius22-Mar-11 1:55
mentorWendelius22-Mar-11 1:55 
There are lot's of possibilities. The first question I have in mind is that are you using an ERP product or is the system built in-house? Depending on that, the possibilities are perhaps narrowed because of responsibility issues. Depending on the situation I would consider (and talk with the responsible party) tools such as (in no order):
- standby database in read only mode: data not up-to-date, but near (depending on the backup stategy), all ad hocs go here
- using filegroups, spread your data across multiple devices
- partitioning, again spread your data across multiple devices
- replication is of course one option as already mentioned

And especially if the system is built in-house:
- pinpoint the bottlencks
- use smart indexing
- reconsider the design even if it affects application logic etc.

The list most certainly isn't complete but just to raise questions and bring different tools into the discussion at you place.

mika
The need to optimize rises from a bad design.My articles[^]

GeneralRe: How to spread traffic on a table Pin
Johan Hakkesteegt22-Mar-11 2:01
Johan Hakkesteegt22-Mar-11 2:01 
GeneralRe: How to spread traffic on a table Pin
Wendelius22-Mar-11 2:10
mentorWendelius22-Mar-11 2:10 
GeneralRe: How to spread traffic on a table Pin
Johan Hakkesteegt22-Mar-11 3:33
Johan Hakkesteegt22-Mar-11 3:33 
GeneralRe: How to spread traffic on a table Pin
Wendelius22-Mar-11 5:07
mentorWendelius22-Mar-11 5:07 
GeneralRe: How to spread traffic on a table Pin
Johan Hakkesteegt22-Mar-11 21:22
Johan Hakkesteegt22-Mar-11 21:22 
GeneralRe: How to spread traffic on a table Pin
Wendelius22-Mar-11 21:47
mentorWendelius22-Mar-11 21:47 
GeneralRe: How to spread traffic on a table Pin
Corporal Agarn22-Mar-11 5:08
professionalCorporal Agarn22-Mar-11 5:08 
GeneralRe: How to spread traffic on a table Pin
David Mujica22-Mar-11 3:24
David Mujica22-Mar-11 3:24 
GeneralRe: How to spread traffic on a table Pin
Johan Hakkesteegt22-Mar-11 3:40
Johan Hakkesteegt22-Mar-11 3:40 
AnswerRe: How to spread traffic on a table Pin
darkelv22-Mar-11 22:18
darkelv22-Mar-11 22:18 
QuestionSum of all rows Pin
CodingLover21-Mar-11 19:22
CodingLover21-Mar-11 19:22 
AnswerRe: Sum of all rows Pin
Wendelius21-Mar-11 19:50
mentorWendelius21-Mar-11 19:50 
GeneralRe: Sum of all rows Pin
CodingLover21-Mar-11 22:59
CodingLover21-Mar-11 22:59 
GeneralRe: Sum of all rows Pin
Wendelius22-Mar-11 2:12
mentorWendelius22-Mar-11 2:12 
GeneralRe: Sum of all rows Pin
CodingLover22-Mar-11 18:27
CodingLover22-Mar-11 18:27 
QuestionSelecting one record from one table and multiple from second table Pin
Dominick Marciano21-Mar-11 13:54
professionalDominick Marciano21-Mar-11 13:54 
AnswerRe: Selecting one record from one table and multiple from second table Pin
RyanEK21-Mar-11 14:44
RyanEK21-Mar-11 14:44 

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.