=======================================================================================
DBT2 REPORT
=======================================================================================
MACHINE: orisndriz01
RUN ID: 939
RUN DATE: 2011-02-11T12:34:57.584124
SERVER: drizzled
VERSION: staging
REVISION: 2158
COMMENT: 2158: Lee Bieber 2011-02-11 [merge] Merge Stewart - 716848:
drizzleimport displays wrong program_name
================================================================================================
TRENDING OVER LAST 5 runs
Connections TPM % Diff from Avg Diff Min Max Avg STD
================================================================================================
16 132.94 +2.96% 3.83 125.08 132.94 129.11 3.26
32 130.75 -0.36% -0.47 128.04 137.00 131.22 3.05
64 122.16 -2.82% -3.55 118.83 130.16 125.71 4.42
128 120.78 -2.92% -3.64 120.59 129.38 124.42 3.52
256 121.17 -3.85% -4.85 121.17 129.97 126.02 3.02
512 128.63 +0.32% 0.41 126.45 131.34 128.22 1.72
1024 127.43 +0.31% 0.39 124.89 128.60 127.04 1.24
================================================================================================
TRENDING OVER LAST 20 runs
Connections TPM % Diff from Avg Diff Min Max Avg STD
================================================================================================
16 132.94 +4.10% 5.24 120.98 135.29 127.70 3.32
32 130.75 +1.53% 1.98 123.71 137.00 128.78 3.16
64 122.16 -4.02% -5.12 118.83 132.12 127.28 3.80
128 120.78 -4.31% -5.44 120.59 130.94 126.22 3.12
256 121.17 -4.87% -6.21 121.17 131.34 127.38 2.94
512 128.63 +0.30% 0.39 121.76 131.96 128.24 2.38
1024 127.43 +0.28% 0.36 121.37 131.14 127.07 2.25
================================================================================================
TRENDING OVER ALL runs
Connections TPM % Diff from Avg Diff Min Max Avg STD
================================================================================================
16 132.94 +4.43% 5.64 115.60 136.22 127.30 3.26
32 130.75 +2.48% 3.16 115.60 137.79 127.59 3.37
64 122.16 -4.14% -5.27 115.79 137.45 127.43 3.20
128 120.78 -5.20% -6.63 115.40 136.56 127.41 3.40
256 121.17 -4.91% -6.26 117.06 136.03 127.43 3.36
512 128.63 +0.93% 1.19 115.95 135.83 127.44 3.27
1024 127.43 +0.10% 0.12 115.09 135.83 127.31 3.21
=========================================================================================================================
FULL REVISION COMMENTARY:
2157.1.3: Lee Bieber 2011-02-11 [merge] Merge Stewart - 716848: drizzleimport
displays wrong program_name
2155.3.1: Stewart Smith 2011-02-11 drizzleimport had incorrect program_name
(typo)
2157.1.2: Lee Bieber 2011-02-11 [merge] Merge Stewart - update README file
2155.2.1: Stewart Smith 2011-02-11 add some things to the README from the
website. give a bit of information about the project in the README
2157.1.1: Lee Bieber 2011-02-11 [merge] Merge Andrew and Joe - Exposes the
InnoDB SYS_REPLICATION_LOG to data_dictionary so that it is fast and fixes many
issues we have been having
2132.3.19: Andrew Hutchings 2011-02-10 [merge] Merge in transaction reader
libdrizzle fixes
2131.11.18: David Shrewsbury 2011-02-10 Fix up how we are creating/using
drizzle api result set
2132.3.18: Andrew Hutchings 2011-02-10 [merge] Merge in Shrew's transaction
reader fixes
2131.11.17: David Shrewsbury 2011-02-10 Fix freeing of result set
2132.3.17: Andrew Hutchings 2011-02-10 Fix possible visibility issue
2132.3.16: Andrew Hutchings 2011-02-10 Fix test cases
2132.3.15: Andrew Hutchings 2011-02-10 Add message_len column to
sys_replication_log and make transaction reader compatible
2132.3.14: Andrew Hutchings 2011-02-10 [merge] Merge in
lp:~dshrews/drizzle/trxrdr_inno_repl_changes
2131.11.16: David Shrewsbury 2011-02-08 Modify transaction_reader to
extract from InnoDB replication table properly.
2131.11.15: David Shrewsbury 2011-02-08 [merge] Merge trunk
2132.3.13: Andrew Hutchings 2011-02-10 Add DDL safeguards to
SYS_REPLICATION_LOG
2132.3.12: Andrew Hutchings 2011-02-10 Fix case sensitivity
2132.3.11: Andrew Hutchings 2011-02-10 Add index for Shrews
2132.3.10: Andrew Hutchings 2011-02-10 Fix end_timestamp
2132.3.9: Andrew Hutchings 2011-02-10 [merge] Merge in
lp:~skinny.moey/drizzle/inno_seq_commit
2131.11.14: Joseph Daly 2011-02-07 fix test
2131.11.13: Joseph Daly 2011-02-07 add segmented message implementation
2131.11.12: Joseph Daly 2011-02-07 formatting fixes
2131.11.11: Joseph Daly 2011-02-07 move where log_commit_id is being set,
startup events were having a problem as they do not call doCommit()
2131.11.10: Joseph Daly 2011-02-07 [merge] merge trunk
2131.11.9: Joseph Daly 2011-02-06 fix valgrind warning during init of trx
2131.11.8: Joseph Daly 2011-02-06 add commit_id_mutex
2131.11.7: Joseph Daly 2011-02-06 fix tests
2131.11.6: Joseph Daly 2011-02-06 use atomic for commit id
2131.11.5: Joseph Daly 2011-02-05 [merge] merge trunk
2131.11.4: Joseph Daly 2011-02-05 log commit id
2131.11.3: Joseph Daly 2011-02-02 fix compiler error
2131.11.2: Joseph Daly 2011-02-02 remove some unused code
2131.11.1: Joseph Daly 2011-02-02 first pass with commit_id, timestamp
2132.3.8: Andrew Hutchings 2011-02-10 Fix storage and output of replication
tables
2132.3.7: Andrew Hutchings 2011-02-09 Add basic start of direct access to
sys_replication_log. Broken at the moment
2132.3.6: Andrew Hutchings 2011-02-09 [merge] Merge trunk into branch
2132.3.5: Andrew Hutchings 2011-02-07 Limit the amount of RAM needed by the
transaction log tests
2132.3.4: Andrew Hutchings 2011-02-05 Fixed test case when test is run more
than once without restart
2132.3.3: Andrew Hutchings 2011-02-04 Add test cases for the
innodb_replication_log table
2132.3.2: Andrew Hutchings 2011-02-04 [merge] Merge trunk into branch
2132.3.1: Andrew Hutchings 2011-02-02 Make transaction_message_threshold a
read-only global variable instead of a per-session variable
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-benchmark
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-benchmark
More help : https://help.launchpad.net/ListHelp