Click here to Skip to main content
15,905,967 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: Table join performance - the saga continues... Pin
Richard Deeming9-Sep-16 2:27
mveRichard Deeming9-Sep-16 2:27 
GeneralRe: Table join performance - the saga continues... Pin
Middle Manager9-Sep-16 2:52
Middle Manager9-Sep-16 2:52 
GeneralRe: Table join performance - the saga continues... Pin
James Curran9-Sep-16 4:21
James Curran9-Sep-16 4:21 
GeneralRe: Table join performance - the saga continues... Pin
Ryan Peden9-Sep-16 4:26
professionalRyan Peden9-Sep-16 4:26 
GeneralRe: Table join performance - the saga continues... Pin
Kirk 103898219-Sep-16 5:01
Kirk 103898219-Sep-16 5:01 
GeneralRe: Table join performance - the saga continues... Pin
W Balboos, GHB9-Sep-16 5:40
W Balboos, GHB9-Sep-16 5:40 
GeneralRe: Table join performance - the saga continues... Pin
pboy3219-Sep-16 7:49
pboy3219-Sep-16 7:49 
GeneralRe: Table join performance - the saga continues... Pin
Bruce Patin9-Sep-16 8:20
Bruce Patin9-Sep-16 8:20 
I had to deal with this same problem until I was asked to rewrite an application in which all of the joins were done in Visual Basic code, rather than in the database. I think the problem was that my boss didn't understand SQL that well and did not know how to write the queries with joins. So, I used JOINs in views and greatly simplified the VB code, even though I had to explain the SQL many times. I had one problem in that our views were in a local database and the tables were in a remote database, requiring that full tables had to be moved across the wire to be joined in the local database. My boss for a long time insisted that I should join the data in the VB code and that somehow that would be faster. I fixed that by joining sub-queries that used column specifications and WHERE clauses to greatly reduce that amount of data that needed to be transferred across the wire before the joins were made. The difference in speed was huge. Of course, that made the SQL more complex, but my boss has finally accepted it after realizing that the VB code would be much more complex and time consuming both to write and execute.
GeneralRe: Table join performance - the saga continues... Pin
kmoorevs9-Sep-16 8:27
kmoorevs9-Sep-16 8:27 
GeneralRe: Table join performance - the saga continues... Pin
scmtim9-Sep-16 9:21
scmtim9-Sep-16 9:21 
GeneralRe: Table join performance - the saga continues... Pin
Gerry Schmitz9-Sep-16 9:31
mveGerry Schmitz9-Sep-16 9:31 
GeneralNorth Korea bans sarcasm Pin
Dan Neely8-Sep-16 10:48
Dan Neely8-Sep-16 10:48 
GeneralRe: North Korea bans sarcasm Pin
Marc Clifton8-Sep-16 10:59
mvaMarc Clifton8-Sep-16 10:59 
GeneralRe: North Korea bans sarcasm Pin
TheGreatAndPowerfulOz8-Sep-16 12:34
TheGreatAndPowerfulOz8-Sep-16 12:34 
GeneralRe: North Korea bans sarcasm Pin
jeron18-Sep-16 11:38
jeron18-Sep-16 11:38 
GeneralRe: North Korea bans sarcasm Pin
TheGreatAndPowerfulOz8-Sep-16 12:33
TheGreatAndPowerfulOz8-Sep-16 12:33 
GeneralRe: North Korea bans sarcasm Pin
Richard Deeming9-Sep-16 2:31
mveRichard Deeming9-Sep-16 2:31 
GeneralRe: North Korea bans sarcasm Pin
Kirk 103898219-Sep-16 5:17
Kirk 103898219-Sep-16 5:17 
GeneralRe: North Korea bans sarcasm Pin
Dan Neely9-Sep-16 5:22
Dan Neely9-Sep-16 5:22 
GeneralRe: North Korea bans sarcasm Pin
Kirk 103898219-Sep-16 5:37
Kirk 103898219-Sep-16 5:37 
GeneralScrap Pin
User 48350478-Sep-16 8:55
User 48350478-Sep-16 8:55 
GeneralRe: Scrap Pin
Nelek8-Sep-16 9:15
protectorNelek8-Sep-16 9:15 
GeneralRe: Scrap Pin
ZurdoDev8-Sep-16 9:32
professionalZurdoDev8-Sep-16 9:32 
GeneralRe: Scrap Pin
User 99160808-Sep-16 9:37
professionalUser 99160808-Sep-16 9:37 
GeneralRe: Scrap Pin
Nelek8-Sep-16 10:09
protectorNelek8-Sep-16 10:09 

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.