MySQL测试结果
adabasmysql对比

这个文件中包含了不同基准测试的结果。

测试结果后()中的数字表示精确测试中执行的SQL命令的数目。一个测试可以有很多不同的参数,这里只给出一个大致的样子。请查看源码以获得更多的信息。

注意,使用不同--cmp选项的测试结果不能进行对比。--cmp选项根据测试中全部服务器的最差的限制进行设置。

标记了‘+’的数字是根据上一次的运行结果进行估计得出的,因为查询语句的执行超出了给定的时间限制。这个估计和预想中的真实的结果不会相差很远。

标记了‘?’的数字是一个糟糕的结果。它只能用来说明服务器产生这个糟糕结果所花的时间:)

希望这能使你对每种数据库的运行情况有一些认识....
希望你喜欢它.... Luuk & Monty (1997)

第一列是用秒记数的。其他列都是与第一列相关的。
1.00表示相同。更大的数字表示速度更慢。

这是adabasmysql对比的测试结果。测试环境为:

1 mysql-Linux_2.0.35_i686 MySQL 3.22.9 beta --small-tables
pentiumpro 400mz x2, 256M, SCSI, pgcc compiled, key_cache=1M
2 Adabas-Linux_2.0.35_i686 Adabas 10.01.00 --small-tables
操作 1
mysql
2
Adabas
每项测试的结果(第一列以秒记,后面列是第一列的倍数):
ATIS 75 5.93
alter-table 39 1.03
big-tables 17 5.24
connect 134 4.25
create 19 18.32
insert 229 +51.07
select +1075 +3.11
wisconsin 30 21.80
每项操作的结果:
alter_table_add (246) 21 0.52
alter_table_drop (123) 15 0.53
connect (10000) 53 3.09
connect+select (10000) 59 5.00
count (100) 7 15.29
count_on_key (50100) +816 +0.93
create+drop (1000) 3 42.00
create_index (8) 2 0.50
create_key+drop (1000) 3 32.33
create_table (1031) 7 6.86
delete_big (15) 11 1.55
delete_key (500) 0 48.00
drop_index (8) 1 1.00
drop_table (1028) 0 78.00
insert (80768) 46 36.28
insert_duplicates (30000) 4 2.25
insert_key (10000) 15 16.07
insert_many_fields (2000) 4 13.50
min_max (60) 4 10.00
min_max_on_key (73000) 233 +10.39
order_by (10) 10 5.40
order_by_key (10) 6 8.00
select (20000) 12 5.25
select_big (10080) 18 4.94
select_distinct (800) 20 4.75
select_group (3401) 24 7.50
select_join (200) 34 2.18
select_key (20000) 25 +65.84
select_key_prefix (20000) 27 2.93
select_many_fields (2000) 13 2.69
select_range (25420) 60 +85.38
select_range_prefix (25010) 40 +44.55
select_simple_join (500) 3 4.67
update_key (500) 1 51.00
update_key_big (480) 4 19.25
update_of_key (256) 7 2.43
wisc_benchmark (114) 9 7.11
总计 +1617 +9.70