====================================================================================================
SYSBENCH BENCHMARK REPORT
====================================================================================================
MACHINE: drizzle-build-n02.wc1.dfw1.stabletransit.com
RUN ID: 1013
RUN DATE: 2011-03-18T00:24:48.078170
WORKLOAD: innodb_1000K_readwrite
SERVER: drizzled
VERSION: staging
REVISION: 2242
COMMENT: 2242: Lee Bieber 2011-03-18 [merge] Merge Stewart - refactoring of
default values
====================================================================================================
TRENDING OVER LAST 5 runs
Conc TPS % Diff from Avg Diff Min Max Avg
STD
====================================================================================================
16 1370.27 +1.93% 25.88 1303.58 1380.19 1344.38
23.94
32 1631.63 +5.72% 88.31 1374.00 1656.92 1543.32
90.87
64 1610.96 -1.51% -24.67 1571.28 1732.67 1635.62
47.89
128 1715.06 -0.48% -8.25 1699.38 1750.14 1723.31
15.41
256 1699.40 +1.28% 21.49 1632.04 1711.85 1677.90
23.79
512 1483.69 +0.63% 9.28 1446.76 1496.36 1474.41
12.83
1024 886.85 -1.91% -17.25 882.51 949.11 904.11
21.56
====================================================================================================
TRENDING OVER Last 20 runs
Conc TPS % Diff from Avg Diff Min Max Avg
STD
====================================================================================================
16 1370.27 +2.65% 35.42 1268.38 1380.19 1334.84
26.95
32 1631.63 +4.04% 63.30 1374.00 1666.87 1568.33
62.20
64 1610.96 -0.99% -16.14 1448.84 1732.67 1627.10
49.39
128 1715.06 +1.45% 24.55 1604.37 1750.14 1690.51
33.96
256 1699.40 +1.66% 27.76 1632.04 1711.85 1671.64
17.71
512 1483.69 +0.68% 9.96 1430.89 1500.88 1473.73
14.63
1024 886.85 -2.65% -24.12 859.21 953.16 910.97
23.59
====================================================================================================
TRENDING OVER ALL runs
Conc TPS % Diff from Avg Diff Min Max Avg
STD
====================================================================================================
16 1370.27 +5.19% 67.63 345.67 1503.03 1302.63
75.16
32 1631.63 +1.99% 31.90 616.39 1870.18 1599.73
117.85
64 1610.96 -6.81% -117.76 978.24 2059.46 1728.71
138.89
128 1715.06 -3.71% -66.01 1289.29 2051.37 1781.07
109.93
256 1699.40 -0.40% -6.89 1223.81 1824.49 1706.29
64.30
512 1483.69 +7.65% 105.41 661.33 1554.29 1378.28
172.80
1024 886.85 -16.41% -174.10 859.21 1143.07 1060.95
49.79
====================================================================================================
FULL REVISION COMMENTARY:
2241.1.2: Lee Bieber 2011-03-17 [merge] Merge Stewart - refactoring of
default values
2200.2.25: Stewart Smith 2011-03-17 [merge] Merge refactoring of default
values work
2200.2.24: Stewart Smith 2011-03-07 [merge] merge trunk
2200.2.23: Stewart Smith 2011-03-04 [merge] merge trunk
2200.2.22: Stewart Smith 2011-03-03 [merge] merge trunk
2200.2.21: Stewart Smith 2011-03-02 remove the now unused AlterDrop class,
header file and includes
2200.2.20: Stewart Smith 2011-03-02 remove drop_list from AlterInfo - is
now only in the message::AlterTable protobuf message
2200.2.19: Stewart Smith 2011-03-02 use the AlterTable protobuf message
list of colmuns, keys and foreign keys to drop inside the ALTER TABLE code
instead of the list in alter_info
2200.2.18: Stewart Smith 2011-03-02 add fields, indexes and foreign keys to
drop in ALTER TABLE DROP and DROP INDEX to the AlterTable protobuf message in
parser
2200.2.17: Stewart Smith 2011-03-02 add AlterTable operations for dropping
column, keys and foreign keys (by name) in the AlterTable protobuf message.
2200.2.16: Stewart Smith 2011-03-02 remove enum_enable_or_disable which was
only used for alter_info.keys_onoff. We can just use the message::AlterTable now
2200.2.15: Stewart Smith 2011-03-01 remove enum ha_build_method and instead
use the build method in message::AlterTable.
2200.2.14: Stewart Smith 2011-03-01 throw an error if ONLINE ALTER TABLE is
asked for that we cannot do without a copying alter table.
2200.2.13: Stewart Smith 2011-03-01 make ALTER TABLE RENAME and
DISABLE/ENABLE keys use the AlterTable protobuf message constructed in the
parser, with asserts for the old AlterInfo structure matching
2200.2.12: Stewart Smith 2011-03-01 set RenameTable and AlterKeysOnOff
protobuf messages inside the AlterTable protobuf message for ALTER TABLE in
parser
2200.2.11: Stewart Smith 2011-03-01 move the message::AlterTable header
include into sql_lex.cc so we can just have a forward declaration in sql_lex.h
- greatly speeding compile time
2200.2.10: Stewart Smith 2011-03-01 add RenameTable and AlterKeysOnOff
messages inside AlterTable protobuf message. We have these separate to the main
repeated AlterTableOperation message as multiple invocations of these parts of
ALTER TABLE have no effect (the last one in the ALTER TABLE statement is taken)
2200.2.9: Stewart Smith 2011-03-01 add a utterly insane test of combination
of renaming table and disable/enable keys to alter_table_rename_plus test
2200.2.8: Stewart Smith 2011-02-28 in test for ALTER TABLE including RENAME
and others, add a test for DISABLE KEYS, RENAME as there is a special RENAME
TABLE code path for this case.
2200.2.7: Stewart Smith 2011-02-28 add a test for ALTER TABLE with both
renaming the table and another operation.
2200.2.6: Stewart Smith 2011-02-28 switch DISCARD/IMPORT TABLESPACE to only
use the alter table protobuf message
2200.2.5: Stewart Smith 2011-02-28 properly reset alter_table in Lex
2200.2.4: Stewart Smith 2011-02-28 document the limitation on
DISCARD/IMPORT tablespace in teh AlterTableOperation protobuf message
2200.2.3: Stewart Smith 2011-02-28 add code to store IMPORT/DISCARD
TABLESPACE operation in the AlterTable protobuf message. assert that we get the
right thing in alter table code
2200.2.2: Stewart Smith 2011-02-28 add very basic ALTER TABLE protobuf
message and add the DEFAULT/OFFLINE/ONLINE build method member to it, assert
that we're doing the right thing.
2200.2.1: Stewart Smith 2011-02-28 rename old alter table proto to
AddedFields as it really has a dual purpose and isn't how we should structure
Alter Table.
2241.1.1: Lee Bieber 2011-03-17 [merge] Merge Olaf - more refactoring
2240.2.2: Olaf van der Spek 2011-03-17 Refactor
2240.2.1: Olaf van der Spek 2011-03-17 Refactor
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-benchmark
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-benchmark
More help : https://help.launchpad.net/ListHelp