Click here to Skip to main content
15,921,577 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: As some may know i'm writing a dissertation... Pin
Member 1023104910-Jan-15 4:58
Member 1023104910-Jan-15 4:58 
GeneralAPOD Pin
R. Giskard Reventlov8-Jan-15 4:25
R. Giskard Reventlov8-Jan-15 4:25 
GeneralRe: APOD Pin
vonb8-Jan-15 4:38
vonb8-Jan-15 4:38 
GeneralRe: APOD Pin
BillWoodruff8-Jan-15 5:50
professionalBillWoodruff8-Jan-15 5:50 
QuestionBottleneck, Bottleneck, Who's got the Bottleneck? Pin
Michael Breeden8-Jan-15 2:17
Michael Breeden8-Jan-15 2:17 
AnswerProfile, Profile, Profile Pin
Dan Neely8-Jan-15 2:54
Dan Neely8-Jan-15 2:54 
AnswerRe: Bottleneck, Bottleneck, Who's got the Bottleneck? Pin
Duncan Edwards Jones8-Jan-15 2:55
professionalDuncan Edwards Jones8-Jan-15 2:55 
AnswerRe: Bottleneck, Bottleneck, Who's got the Bottleneck? Pin
KarstenK8-Jan-15 3:12
mveKarstenK8-Jan-15 3:12 
Sound like file read is the real bottleneck or is it "the visible part" of your slow database, but are you really "only" reading or is some processing after reading done. Like some database stuff: fetchting, indexing or temp table.

Multi-threading and multi-cpu makes only sense if it solves the problem. But it isnt - so I think a bunch of RAM is fine enough.

My tip is, that the problem is in the database (design?) or on the db-server. The reads are so slow Dead | X|
Press F1 for help or google it.
Greetings from Germany

AnswerRe: Bottleneck, Bottleneck, Who's got the Bottleneck? Pin
Pete O'Hanlon8-Jan-15 5:08
mvePete O'Hanlon8-Jan-15 5:08 
AnswerRe: Bottleneck, Bottleneck, Who's got the Bottleneck? Pin
BillWoodruff8-Jan-15 6:01
professionalBillWoodruff8-Jan-15 6:01 
GeneralRe: Bottleneck, Bottleneck, Who's got the Bottleneck? Pin
Michael Breeden12-Jan-15 4:49
Michael Breeden12-Jan-15 4:49 
GeneralOh Canada - you Whacky SOB Pin
Keith Barrow7-Jan-15 22:56
professionalKeith Barrow7-Jan-15 22:56 
GeneralRe: Oh Canada - you Whacky SOB Pin
dan!sh 7-Jan-15 23:00
professional dan!sh 7-Jan-15 23:00 
GeneralRe: Oh Canada - you Whacky SOB Pin
jeron18-Jan-15 4:02
jeron18-Jan-15 4:02 
GeneralRe: Oh Canada - you Whacky SOB Pin
Keith Barrow8-Jan-15 5:57
professionalKeith Barrow8-Jan-15 5:57 
GeneralRe: Oh Canada - you Whacky SOB Pin
MehGerbil8-Jan-15 5:29
MehGerbil8-Jan-15 5:29 
GeneralRe: Oh Canada - you Whacky SOB Pin
PhilLenoir8-Jan-15 6:08
professionalPhilLenoir8-Jan-15 6:08 
GeneralMQOTD Pin
V.7-Jan-15 22:30
professionalV.7-Jan-15 22:30 
GeneralRe: MQOTD Pin
CPallini7-Jan-15 22:54
mveCPallini7-Jan-15 22:54 
GeneralRe: MQOTD Pin
RUs1237-Jan-15 23:09
RUs1237-Jan-15 23:09 
GeneralRe: MQOTD Pin
den2k887-Jan-15 23:26
professionalden2k887-Jan-15 23:26 
GeneralRe: MQOTD Pin
HobbyProggy7-Jan-15 23:31
professionalHobbyProggy7-Jan-15 23:31 
GeneralRe: MQOTD Pin
RUs1237-Jan-15 23:44
RUs1237-Jan-15 23:44 
GeneralRe: MQOTD Pin
User 101325468-Jan-15 0:40
User 101325468-Jan-15 0:40 
GeneralRe: MQOTD Pin
Chris Quinn8-Jan-15 0:42
Chris Quinn8-Jan-15 0:42 

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.