![]() | |
#1
| |||
| |||
|
| ???? -----------------------> size database (tables) |
#2
| |||
| |||
|
|
Hi! What you know about benchmarks? for MySQL, MS SQL and Oracle ^ Time response (for SELECT) | | | ???? | -----------------------> size database (tables) Fanks What type for what purpose? Are we talking number of transactions or |
#3
| |||
| |||
|
|
"Pawel" <pawelec111 (AT) op (DOT) pl> wrote in message news:cai24f$ou3$1 (AT) news (DOT) onet.pl... Hi! What you know about benchmarks? for MySQL, MS SQL and Oracle ^ Time response (for SELECT) | | | ???? | -----------------------> size database (tables) Fanks What type for what purpose? Are we talking number of transactions or reporting? Pure size (disk space). If you want to know how fast a select is that is a pretty useless statistic. It will vary by OS, CPU, number of disks, speed of disks, what the query is, what indexes, the cache strategy, what cardinality of the data, how it is arranged on disk, how it is stored on disk, etc. Pretty meaningless. For example, in Oracle I can define a hash cluster on the primary key and if you look up the data by the primary key I can get it down to 1 disk IO to retrieve the data. The table can be very, very large. But there are disadvantages to this also. I have to have an idea on the upper limit of the table size or I would get hash key collisions. You could look at the tpc benchmarks, but you really need to define what your business needs are choose a system that best fits those needs. Jim I agree with everything that Jim said and just want to |
#4
| |||
| |||
|
|
What you know about benchmarks? |
![]() |
| Thread Tools | |
| Display Modes | |
| |