Click here to Skip to main content
15,891,136 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.

 
GeneralRe: performance or accuracy? Pin
JimmyRopes7-May-14 23:19
professionalJimmyRopes7-May-14 23:19 
GeneralRe: performance or accuracy? Pin
Stefan_Lang8-May-14 1:35
Stefan_Lang8-May-14 1:35 
GeneralRe: performance or accuracy? Pin
JimmyRopes8-May-14 2:07
professionalJimmyRopes8-May-14 2:07 
GeneralRe: performance or accuracy? Pin
Mycroft Holmes5-May-14 0:33
professionalMycroft Holmes5-May-14 0:33 
GeneralRe: performance or accuracy? Pin
Sander Rossel5-May-14 20:59
professionalSander Rossel5-May-14 20:59 
GeneralRe: performance or accuracy? Pin
kalberts5-May-14 22:01
kalberts5-May-14 22:01 
GeneralRe: performance or accuracy? Pin
BobJanova5-May-14 23:32
BobJanova5-May-14 23:32 
AnswerRe: performance or accuracy? Pin
Christophe Van Olmen6-May-14 1:43
professionalChristophe Van Olmen6-May-14 1:43 
Probably something you already considered but which can have an enormous impact in loading your data: transactions. Grouping as much data together before committing can increase loading performance to a factor 100 (as usual, experiment with size of transaction for best result in your situation).

Timing of the process is also extremely important: you might experience slow performance due to locking issues.

To me, accuracy seems the most important criterium (inaccurate = wrong).
GeneralRe: performance or accuracy? Pin
rnbergren6-May-14 2:46
rnbergren6-May-14 2:46 
QuestionPlain Bob? Pin
Kornfeld Eliyahu Peter4-May-14 20:19
professionalKornfeld Eliyahu Peter4-May-14 20:19 
AnswerRe: Plain Bob? Pin
SoMad4-May-14 20:56
professionalSoMad4-May-14 20:56 
AnswerRe: Plain Bob? Pin
thatraja5-May-14 1:26
professionalthatraja5-May-14 1:26 
GeneralRe: Plain Bob? Pin
Kornfeld Eliyahu Peter5-May-14 1:28
professionalKornfeld Eliyahu Peter5-May-14 1:28 
GeneralRe: Plain Bob? Pin
thatraja5-May-14 1:33
professionalthatraja5-May-14 1:33 
GeneralRe: Plain Bob? Pin
Kornfeld Eliyahu Peter5-May-14 1:35
professionalKornfeld Eliyahu Peter5-May-14 1:35 
GeneralRe: Plain Bob? Pin
thatraja5-May-14 2:47
professionalthatraja5-May-14 2:47 
GeneralThings that make you go..Whoa, déjà vu. Pin
SoMad4-May-14 19:52
professionalSoMad4-May-14 19:52 
GeneralRe: Things that make you go..Whoa, déjà vu. Pin
grralph15-May-14 22:39
grralph15-May-14 22:39 
GeneralRe: Things that make you go..Whoa, déjà vu. Pin
SoMad5-May-14 22:52
professionalSoMad5-May-14 22:52 
Generalmay the 4th be with you Pin
ravikhoda4-May-14 18:19
professionalravikhoda4-May-14 18:19 
JokeRe: may the 4th be with you Pin
Rutvik Dave4-May-14 18:30
professionalRutvik Dave4-May-14 18:30 
GeneralRe: may the 4th be with you Pin
kalberts5-May-14 22:05
kalberts5-May-14 22:05 
GeneralRe: may the 4th be with you Pin
Dave Kreskowiak4-May-14 18:30
mveDave Kreskowiak4-May-14 18:30 
GeneralRe: may the 4th be with you Pin
ravikhoda4-May-14 19:12
professionalravikhoda4-May-14 19:12 
GeneralRe: may the 4th be with you PinPopular
BotCar4-May-14 19:51
BotCar4-May-14 19:51 

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.