Click here to Skip to main content
15,903,175 members
Home / Discussions / Database
   

Database

 
AnswerRe: Best Database Configures with c# win. form Pin
Jörgen Andersson12-Feb-14 3:15
professionalJörgen Andersson12-Feb-14 3:15 
GeneralRe: Best Database Configures with c# win. form Pin
Kornfeld Eliyahu Peter11-Feb-14 9:32
professionalKornfeld Eliyahu Peter11-Feb-14 9:32 
GeneralRe: Best Database Configures with c# win. form Pin
Richard Deeming11-Feb-14 8:35
mveRichard Deeming11-Feb-14 8:35 
GeneralRe: Best Database Configures with c# win. form Pin
S Douglas26-Feb-14 9:04
professionalS Douglas26-Feb-14 9:04 
GeneralRe: Best Database Configures with c# win. form Pin
agent_kruger26-Feb-14 18:25
professionalagent_kruger26-Feb-14 18:25 
GeneralRe: Best Database Configures with c# win. form Pin
S Douglas27-Feb-14 4:11
professionalS Douglas27-Feb-14 4:11 
GeneralRe: Best Database Configures with c# win. form Pin
agent_kruger28-Feb-14 0:16
professionalagent_kruger28-Feb-14 0:16 
AnswerRe: Best Database Configures with c# win. form Pin
Mycroft Holmes11-Feb-14 11:55
professionalMycroft Holmes11-Feb-14 11:55 
GeneralRe: Best Database Configures with c# win. form Pin
Jörgen Andersson12-Feb-14 4:40
professionalJörgen Andersson12-Feb-14 4:40 
GeneralRe: Best Database Configures with c# win. form Pin
Richard Deeming12-Feb-14 5:27
mveRichard Deeming12-Feb-14 5:27 
GeneralRe: Best Database Configures with c# win. form Pin
Jörgen Andersson12-Feb-14 8:03
professionalJörgen Andersson12-Feb-14 8:03 
GeneralRe: Best Database Configures with c# win. form Pin
Richard Deeming12-Feb-14 8:19
mveRichard Deeming12-Feb-14 8:19 
GeneralRe: Best Database Configures with c# win. form Pin
Jörgen Andersson12-Feb-14 8:29
professionalJörgen Andersson12-Feb-14 8:29 
AnswerRe: Best Database Configures with c# win. form Pin
Bernhard Hiller11-Feb-14 21:39
Bernhard Hiller11-Feb-14 21:39 
GeneralRe: Best Database Configures with c# win. form Pin
Richard Deeming12-Feb-14 1:47
mveRichard Deeming12-Feb-14 1:47 
GeneralRe: Best Database Configures with c# win. form Pin
Jörgen Andersson12-Feb-14 4:44
professionalJörgen Andersson12-Feb-14 4:44 
GeneralRe: Best Database Configures with c# win. form Pin
Bernhard Hiller12-Feb-14 20:54
Bernhard Hiller12-Feb-14 20:54 
GeneralRe: Best Database Configures with c# win. form Pin
agent_kruger12-Feb-14 5:14
professionalagent_kruger12-Feb-14 5:14 
GeneralRe: Best Database Configures with c# win. form Pin
Eddy Vluggen12-Feb-14 6:39
professionalEddy Vluggen12-Feb-14 6:39 
Agent_Spock wrote:
how much pain it will cause it to the developers doesn't matter
Now there's an helpfull attitude; aren't they the ones who have to support your sh*t?

Oracle, MySql and Sql Server can handle large amounts of data. Program against the IDb* interfaces and speak SQL92 - download the trials and TEST it. Have some console-app generate 100 million records if that's the kind of data you expect.

Don't expect to be databinding them to a gridview, regardless of your database. As soon as you have the test-setup, you'll also experience it's speed. Next you'll be learning what an index is, and find that all three db-servers support them. Aw, and yes, the schema does matter.

..and do take in account that the budget is a constraint; if you can afford a harddisk and Sql Server, you could also afford MySQL and an SSD-drive. Hard to predict who'd be faster out of those two Smile | :)

Agent_Spock wrote:
manipulate 100 million records which configures with c# win. form.
Did you say "manipulate"? Didn't you mean "store"?


--edit;
http://en.wikipedia.org/wiki/Comparison_of_relational_database_management_systems[^]
Hint: you'll need support for indexes, partitioning, and might want to take a look at both capabilities (do you need support for each type? each join?) and max. sizes of tables and database.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]


modified 12-Feb-14 13:04pm.

GeneralRe: Best Database Configures with c# win. form Pin
agent_kruger13-Feb-14 1:03
professionalagent_kruger13-Feb-14 1:03 
GeneralRe: Best Database Configures with c# win. form Pin
Jörgen Andersson13-Feb-14 2:09
professionalJörgen Andersson13-Feb-14 2:09 
GeneralRe: Best Database Configures with c# win. form Pin
Eddy Vluggen13-Feb-14 2:59
professionalEddy Vluggen13-Feb-14 2:59 
GeneralRe: Best Database Configures with c# win. form Pin
agent_kruger13-Feb-14 4:38
professionalagent_kruger13-Feb-14 4:38 
GeneralRe: Best Database Configures with c# win. form Pin
Eddy Vluggen13-Feb-14 10:28
professionalEddy Vluggen13-Feb-14 10:28 
GeneralRe: Best Database Configures with c# win. form Pin
agent_kruger14-Feb-14 0:47
professionalagent_kruger14-Feb-14 0:47 

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.