![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Someone here tested MS SQL Server vs. MySQL. Both stock install versions, no tweaking. The result of tests, roughly, is that MySQL is about 2-3x faster than MS SQL Server, when doing selects or inserts or updates. So, we'll be going with MySQL. It is also to not pay money to anyone, and to get a full version and not some bastardized "evaluation" server. i |
#3
| |||
| |||
|
|
Someone here tested MS SQL Server vs. MySQL. Both stock install versions, no tweaking. The result of tests, roughly, is that MySQL is about 2-3x faster than MS SQL Server, when doing selects or inserts or updates. |
|
So, we'll be going with MySQL. It is also to not pay money to anyone, and to get a full version and not some bastardized "evaluation" server. |
#4
| |||
| |||
|
|
Someone here tested MS SQL Server vs. MySQL. Both stock install versions, no tweaking. The result of tests, roughly, is that MySQL is about 2-3x faster than MS SQL Server, when doing selects or inserts or updates. So, we'll be going with MySQL. It is also to not pay money to anyone, and to get a full version and not some bastardized "evaluation" server. |
#5
| |||
| |||
|
|
On Fri, 06 Oct 2006 16:17:27 +0000, Ignoramus7272 wrote: Someone here tested MS SQL Server vs. MySQL. Both stock install versions, no tweaking. The result of tests, roughly, is that MySQL is about 2-3x faster than MS SQL Server, when doing selects or inserts or updates. So, we'll be going with MySQL. It is also to not pay money to anyone, and to get a full version and not some bastardized "evaluation" server. Version 4 or 5 of MySQL? You are sure you don't need transactions? I've seen way to many programmers not thinking about database concurrency resulting in corrupted databases. If MySQL cuts it (it does for most of my applications), fine. However, if you need a true database, the tables turn (pun intended). HTH, M4 |
#6
| |||
| |||
|
|
Out of interest , what amount of data did you use? also, how did you measure the speed on the mySQL? I'm interested in this process, as I'm just about to start evaluating . |
#7
| |||||||||
| |||||||||
|
|
Someone here tested MS SQL Server vs. MySQL. Both stock install versions, no tweaking. The result of tests, roughly, is that MySQL is about 2-3x faster than MS SQL Server, when doing selects or inserts or updates. Brilliant. What table type? |
|
What version of MySQL? |
|
What version of MS SQL Server? |
|
How much data? |
|
What kind of indices, if at all, did you use? |
|
How many concurrent inserts did you try? |
|
How many concurrent selects did you try? |
|
In short: what kind of test did you actually run in order to make such a statement? |
|
So, we'll be going with MySQL. It is also to not pay money to anyone, and to get a full version and not some bastardized "evaluation" server. |
#8
| |||
| |||
|
|
On Fri, 06 Oct 2006 16:17:27 +0000, Ignoramus7272 wrote: Someone here tested MS SQL Server vs. MySQL. Both stock install versions, no tweaking. The result of tests, roughly, is that MySQL is about 2-3x faster than MS SQL Server, when doing selects or inserts or updates. So, we'll be going with MySQL. It is also to not pay money to anyone, and to get a full version and not some bastardized "evaluation" server. Version 4 or 5 of MySQL? You are sure you don't need transactions? |
|
I've seen way to many programmers not thinking about database concurrency resulting in corrupted databases. If MySQL cuts it (it does for most of my applications), fine. However, if you need a true database, the tables turn (pun intended). |
![]() |
| Thread Tools | |
| Display Modes | |
| |