Click here to Skip to main content
15,887,776 members
Home / Discussions / Database
   

Database

 
GeneralCommand object use to add data to a database Pin
CodingLover15-Jan-08 18:28
CodingLover15-Jan-08 18:28 
GeneralRe: Command object use to add data to a database Pin
CodingLover15-Jan-08 19:12
CodingLover15-Jan-08 19:12 
QuestionWhat is 'IsMSShipped' ?? Pin
imsathy15-Jan-08 16:51
imsathy15-Jan-08 16:51 
GeneralRe: What is 'IsMSShipped' ?? Pin
Kishore.P15-Jan-08 18:02
Kishore.P15-Jan-08 18:02 
GeneralCreating a View Pin
AAGTHosting15-Jan-08 7:37
AAGTHosting15-Jan-08 7:37 
GeneralRe: Creating a View Pin
Colin Angus Mackay15-Jan-08 9:58
Colin Angus Mackay15-Jan-08 9:58 
GeneralRe: Creating a View Pin
AAGTHosting15-Jan-08 20:16
AAGTHosting15-Jan-08 20:16 
QuestionPerformance question Pin
Kosta Cherry15-Jan-08 7:35
Kosta Cherry15-Jan-08 7:35 
Here is interesting question:

I have ~1000 objects each of which is described by ~60mln records.
I need the best read performance in the following condition:
- select ~5000 records (by the key) for each object.
Which will perform faster: if I have all of these objects inside one table (~60bln records)
and run one SELECT from that table, or if I have each object inside it's own table and run ~1000 selects (for each table).
Database is either MS SQL, PostgreSQL or MySQL.

I don't care about write performance.

Database choice as well as layout will depend on the answer to this question. It'll take quite some time to model the situation, so I wanted to see if anyone has reasonable input.

Thank you!
GeneralRe: Performance question Pin
Colin Angus Mackay15-Jan-08 9:49
Colin Angus Mackay15-Jan-08 9:49 
GeneralRe: Performance question Pin
Kosta Cherry15-Jan-08 13:48
Kosta Cherry15-Jan-08 13:48 
GeneralRe: Performance question Pin
Colin Angus Mackay15-Jan-08 14:19
Colin Angus Mackay15-Jan-08 14:19 
GeneralRe: Performance question Pin
Paul Conrad19-Jan-08 7:07
professionalPaul Conrad19-Jan-08 7:07 
Generalcreating table adapter queries using code Pin
Cory Kimble15-Jan-08 7:10
Cory Kimble15-Jan-08 7:10 
GeneralRe: creating table adapter queries using code Pin
Kishore.P15-Jan-08 18:22
Kishore.P15-Jan-08 18:22 
GeneralRe: creating table adapter queries using code Pin
Cory Kimble16-Jan-08 4:00
Cory Kimble16-Jan-08 4:00 
GeneralPad Left Access SQL Pin
Kschuler15-Jan-08 3:37
Kschuler15-Jan-08 3:37 
GeneralRe: Pad Left Access SQL Pin
andyharman15-Jan-08 4:00
professionalandyharman15-Jan-08 4:00 
GeneralRe: Pad Left Access SQL Pin
Kschuler15-Jan-08 4:12
Kschuler15-Jan-08 4:12 
GeneralRe: Pad Left Access SQL Pin
GuyThiebaut15-Jan-08 10:33
professionalGuyThiebaut15-Jan-08 10:33 
QuestionHow to get the PK value within an update trigger Pin
ScottM115-Jan-08 0:45
ScottM115-Jan-08 0:45 
GeneralRe: How to get the PK value within an update trigger Pin
Pete O'Hanlon15-Jan-08 1:36
mvePete O'Hanlon15-Jan-08 1:36 
GeneralRe: How to get the PK value within an update trigger Pin
ScottM117-Jan-08 1:22
ScottM117-Jan-08 1:22 
GeneralChange destination column names in Snapshot Replication Pin
BillyGoatGruff14-Jan-08 5:58
BillyGoatGruff14-Jan-08 5:58 
GeneralRe: Change destination column names in Snapshot Replication Pin
Paul Conrad19-Jan-08 7:09
professionalPaul Conrad19-Jan-08 7:09 
GeneralRemote Replication Error Pin
sami_pak13-Jan-08 19:55
sami_pak13-Jan-08 19:55 

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.